History log of /src/sys/arch/mac68k/obio/ascvar.h |
Revision | | Date | Author | Comments |
1.8 |
| 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.7 |
| 06-Sep-2002 |
gehenna | branches: 1.7.146; 1.7.156; 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.6 |
| 26-Jun-2000 |
simonb | branches: 1.6.2; 1.6.4; 1.6.8; 1.6.16; Change the kernel mmap interface so that the offset to map is an "off_t" and the return value is a "paddr_t" to allow mappings at offsets past 2^31 bytes. Somewhat inspired by FreeBSD, which only changed the offset to a "vm_offset_t".
Includes updates for the i386, pc532 and sh3 mmmmap from Jason Thorpe.
|
1.5 |
| 23-Mar-2000 |
thorpej | branches: 1.5.4; 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.4 |
| 10-Oct-1997 |
scottr | branches: 1.4.16; Remove advertising clause.
|
1.3 |
| 24-Feb-1997 |
scottr | branches: 1.3.4; Update copyright and license.
|
1.2 |
| 11-Feb-1997 |
scottr | Complete revamp of Apple Sound Chip support. The ASC can now be accessed as a real device whose registers and buffers are available through mmap(2), which makes further development of the driver considerably less painful.
|
1.1 |
| 05-May-1996 |
briggs | branches: 1.1.6; Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized Also change the device probing scheme to use something a bit more rational. A current side-effect is that nubus cards are double-mapped. I expect to fix that shortly. Also change splclock() to block everything but serial hardware interrupts.
|
1.1.6.1 |
| 12-Mar-1997 |
is | Merge in changes from The Trunk, partially just reimplementing newarp.
|
1.3.4.1 |
| 14-Oct-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.4.16.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.5.4.1 |
| 30-Jun-2000 |
simonb | Pull up mmap paddr_t/off_t changes from trunk.
|
1.6.16.1 |
| 19-May-2002 |
gehenna | Remove unnecessary prototype.
|
1.6.8.1 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.6.4.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.6.4.1 |
| 18-Jun-2002 |
jdolecek | use cdev_decl(), make compile
|
1.6.2.1 |
| 10-Oct-2001 |
fvdl | Convert all remaining devices.
|
1.7.156.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.7.146.1 |
| 30-Oct-2012 |
yamt | sync with head
|