| #
5ca095a8 |
| 26-Mar-2023 |
andvar <andvar@NetBSD.org> |
s/dipslay/display/ in comments.
|
| #
a136e22a |
| 19-Sep-2021 |
andvar <andvar@NetBSD.org> |
fix various typos in comments, messages and documentation.
|
| #
25d3b9e7 |
| 07-Sep-2015 |
dholland <dholland@NetBSD.org> |
Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h. This covers most if not all of the MD headers.
XXX: a lot of the ioctl definitions in some of these files are cutpaste
Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h. This covers most if not all of the MD headers.
XXX: a lot of the ioctl definitions in some of these files are cutpasted.
show more ...
|
| #
77a6b82b |
| 06-Sep-2002 |
gehenna <gehenna@NetBSD.org> |
Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant st
Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
show more ...
|
| #
90d26c88 |
| 25-Apr-2002 |
aymeric <aymeric@NetBSD.org> |
o replace definitions by declarations in header files o put definitions where due o cleanup some types (u_int -> vaddr_t's for example) o minor other cleanup
|
| #
9382c873 |
| 26-Jan-2002 |
aymeric <aymeric@NetBSD.org> |
- ANSIfy - remove some trailing spaces/tabs - minor style nits
|
| #
974e9f6e |
| 21-Apr-1996 |
veego <veego@NetBSD.org> |
- Cleanup for -Wall and -Wstrict-prototypes - Added support for multiple floppy drives - CyberVision64: - has now a real console mode - another bugfix for boards with the new S3 chip
- Cleanup for -Wall and -Wstrict-prototypes - Added support for multiple floppy drives - CyberVision64: - has now a real console mode - another bugfix for boards with the new S3 chip - Ariadne: - fixed crashes with aeput (mbuf failure)
show more ...
|
| #
ec77f0b3 |
| 26-Oct-1994 |
cgd <cgd@NetBSD.org> |
new RCS ID format.
|
| #
9a9b27b8 |
| 10-Apr-1994 |
chopps <chopps@NetBSD.org> |
little bit of KNiFeing, view and ite ioctl names cleaned. ite bell values made sensical for users. (that is pitch,msec not period,count)
|
| #
7bb75ba6 |
| 13-Feb-1994 |
chopps <chopps@NetBSD.org> |
cleaned up include's relocated grf/* stuf to grfabs*.
|
| #
bc7f8207 |
| 29-Jan-1994 |
chopps <chopps@NetBSD.org> |
Fixed my incorrect copyright.
|
| #
bdb2629d |
| 26-Jan-1994 |
mw <mw@NetBSD.org> |
Integrate recent changes done to the amiga branch. Includes support for the '40. Support for more scsi controllers (zeus, magnum) Support for more tapes (in st.c) New custom chip console code integra
Integrate recent changes done to the amiga branch. Includes support for the '40. Support for more scsi controllers (zeus, magnum) Support for more tapes (in st.c) New custom chip console code integrated.
show more ...
|