History log of /src/sys/arch/macppc/dev/aedvar.h |
Revision | | Date | Author | Comments |
1.6 |
| 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.5 |
| 01-Nov-2009 |
snj | branches: 1.5.12; 1.5.22; Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
|
1.4 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.3 |
| 06-Sep-2002 |
gehenna | branches: 1.3.112; 1.3.120; 1.3.126; 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.2 |
| 23-Mar-2000 |
thorpej | branches: 1.2.6; 1.2.8; 1.2.12; 1.2.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.1 |
| 13-Oct-1998 |
tsubai | branches: 1.1.12; Split ADB driver to aed (ADB event device), akbd (ADB keyboard), and ams (ADB mouse). adb is a bus now. (from Colin Wood)
|
1.1.12.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.20.1 |
| 19-May-2002 |
gehenna | Remove unnecessary prototype.
|
1.2.12.1 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.2.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.2.8.1 |
| 18-Jun-2002 |
jdolecek | don't define aed driver hooks here
|
1.2.6.1 |
| 10-Oct-2001 |
fvdl | Convert all remaining devices.
|
1.3.126.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.3.120.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.3.112.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.3.112.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.5.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.5.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|