History log of /src/sys/arch/mac68k/dev/aedvar.h |
Revision | | Date | Author | Comments |
1.9 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.8 |
| 01-Nov-2009 |
snj | branches: 1.8.12; 1.8.22; Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
|
1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.78; merge ktrace-lwp.
|
1.6 |
| 15-Jan-2005 |
chs | de-__P, remove register, ansify, b* -> mem*.
|
1.5 |
| 06-Sep-2002 |
gehenna | branches: 1.5.6; 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.
|
1.4 |
| 23-Mar-2000 |
thorpej | branches: 1.4.6; 1.4.8; 1.4.12; 1.4.20; New callout mechanism with two major improvements over the old timeout()/untimeout() API: - Clients supply callout handle storage, thus eliminating problems of resource allocation. - Insertion and removal of callouts is constant time, important as this facility is used quite a lot in the kernel.
The old timeout()/untimeout() API has been removed from the kernel.
|
1.3 |
| 14-Feb-2000 |
scottr | Merge wscons work onto the main development branch.
|
1.2 |
| 11-Feb-1999 |
ender | branches: 1.2.2; 1.2.10; o Change various attach arg and softc datatypes to ints. o Use explicit typecasts when interfacing with MRG data
Should fix port-mac68k/6839. Patch supplied by Frederick Bruckman <fb@enteract.com>
|
1.1 |
| 23-Oct-1998 |
ender | New ADB "bus" interface: o Separate ms and kbd drivers o aed device for compatibility o debug message cleanup in hardware direct support (from scottr)
|
1.2.10.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.2.2.1 |
| 15-Nov-1999 |
scottr | Avoid passing data up to wskbd if the aed device is open.
|
1.4.20.1 |
| 19-May-2002 |
gehenna | Remove unnecessary prototype.
|
1.4.12.1 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.4.8.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.4.8.1 |
| 18-Jun-2002 |
jdolecek | g/c prototypes from aedvar.h, use cdev_decl(), compile fixes
|
1.4.6.1 |
| 10-Oct-2001 |
fvdl | Convert all remaining devices.
|
1.5.6.1 |
| 17-Jan-2005 |
skrll | Sync with HEAD.
|
1.7.78.1 |
| 11-Mar-2010 |
yamt | sync with head
|
1.8.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.8.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|