vgareg.h (718cf2ccb9956613756ab15d7a0e28f2c8e91cab) vgareg.h (9a52756044676370f20527b85d450d5fc3ac32e5)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 77 unchanged lines hidden (view full) ---

86 struct thread *td);
87int vga_close(struct cdev *dev, vga_softc_t *sc, int flag, int mode,
88 struct thread *td);
89int vga_read(struct cdev *dev, vga_softc_t *sc, struct uio *uio, int flag);
90int vga_write(struct cdev *dev, vga_softc_t *sc, struct uio *uio, int flag);
91int vga_ioctl(struct cdev *dev, vga_softc_t *sc, u_long cmd, caddr_t arg,
92 int flag, struct thread *td);
93int vga_mmap(struct cdev *dev, vga_softc_t *sc, vm_ooffset_t offset,
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 77 unchanged lines hidden (view full) ---

86 struct thread *td);
87int vga_close(struct cdev *dev, vga_softc_t *sc, int flag, int mode,
88 struct thread *td);
89int vga_read(struct cdev *dev, vga_softc_t *sc, struct uio *uio, int flag);
90int vga_write(struct cdev *dev, vga_softc_t *sc, struct uio *uio, int flag);
91int vga_ioctl(struct cdev *dev, vga_softc_t *sc, u_long cmd, caddr_t arg,
92 int flag, struct thread *td);
93int vga_mmap(struct cdev *dev, vga_softc_t *sc, vm_ooffset_t offset,
94 vm_offset_t *paddr, int prot, vm_memattr_t *memattr);
94 vm_paddr_t *paddr, int prot, vm_memattr_t *memattr);
95#endif
96
97extern int (*vga_sub_configure)(int flags);
98
99#endif /* _KERNEL */
100
101#endif /* _DEV_FB_VGAREG_H_ */
95#endif
96
97extern int (*vga_sub_configure)(int flags);
98
99#endif /* _KERNEL */
100
101#endif /* _DEV_FB_VGAREG_H_ */