#
cbab9cad |
| 27-Oct-2012 |
chs <chs@NetBSD.org> |
split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
#
53524e44 |
| 04-Mar-2007 |
christos <christos@NetBSD.org> |
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
8f2820b4 |
| 19-Jan-2005 |
chs <chs@NetBSD.org> |
use a flag in the softc to indicate if an instance has been configured, rather than a bit in 32-bit global variable indexed by unit number.
|
#
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 ...
|
#
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 ...
|
#
0cd79344 |
| 30-Nov-1995 |
jtc <jtc@NetBSD.org> |
merge in changes from 1.1 release branch
|
#
b2d4fa2d |
| 20-Oct-1995 |
chopps <chopps@NetBSD.org> |
cleanup warnings (fixes pr#1642)
|
#
1e4fbda1 |
| 20-Aug-1995 |
chopps <chopps@NetBSD.org> |
fix protos (#1390) from Bernd Ernesti <bernd@arresum.inka.de>
|
#
548708dd |
| 01-Dec-1994 |
chopps <chopps@NetBSD.org> |
bring up to current. change sun to sunos. handle changes in device open params and autoconf match function params.
|
#
ec77f0b3 |
| 26-Oct-1994 |
cgd <cgd@NetBSD.org> |
new RCS ID format.
|
#
15d4cf6b |
| 08-May-1994 |
chopps <chopps@NetBSD.org> |
resistance is futile, you will be assimilated. amiga goes: config.new *and* /sys/scsi. clock code coerced into a single .c file adding an accurate usec delay(). disklabel.c updated to DTRT, code to w
resistance is futile, you will be assimilated. amiga goes: config.new *and* /sys/scsi. clock code coerced into a single .c file adding an accurate usec delay(). disklabel.c updated to DTRT, code to write RDB's to be added soon. sbic (old scsi) converted over to new scsi and config this covers about 90% of users. Other drivers soon.
show more ...
|
#
78bd633d |
| 17-Feb-1994 |
chopps <chopps@NetBSD.org> |
modified to use generic cons. (and some grf defs changed)
|
#
276eff6b |
| 11-Feb-1994 |
chopps <chopps@NetBSD.org> |
Add missing Id's
|
#
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 ...
|
#
4e382ac0 |
| 30-Oct-1993 |
mw <mw@NetBSD.org> |
new tree for amiga, replacing the bogous previous one. SunOS support works for a lot of executables now (static and dynamic).
|
#
3b2546cf |
| 02-Sep-1993 |
mw <mw@NetBSD.org> |
new source release integrated from amiga-release.
|
#
4862b84c |
| 01-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers (this time on the correct side of the branch), and incorporate recent changes in netbsd-0-9 branch.
|
#
33e84123 |
| 05-Jul-1993 |
mw <mw@NetBSD.org> |
sys/arch/amiga tree. This is the machdep part required to get the kernel up on an A3000. There are still (very) few changes required outside the arch/amiga tree, so you can't recompile the kernel yet
sys/arch/amiga tree. This is the machdep part required to get the kernel up on an A3000. There are still (very) few changes required outside the arch/amiga tree, so you can't recompile the kernel yet. Support for third party SCSI controllers for the A2000 is on its way. The kernel is fully functional (except for a missing ethernet-driver ...). This tree is based on my version #390.
show more ...
|