summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ast.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First round of __P removal in sysmillert2002-03-141-5/+5
|
* Removed the unused arg of comprobe1niklas1997-07-071-2/+2
|
* comreg/var moved, niklasderaadt1996-12-031-3/+3
|
* Missing pieces of new bus.h that CVS lost behind my backniklas1996-11-291-19/+19
|
* added const to second parameter of cfprint_t routineskstailey1996-11-231-3/+3
|
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-2/+2
| | | | possibly taken in small steps
* removed an unused variableniklas1996-06-021-2/+1
|
* sync 0521deraadt1996-05-261-7/+3
|
* proto updatesderaadt1996-05-101-8/+10
|
* Fix typos (some s/bc/sc->sc_bc/ ops)niklas1996-04-271-4/+4
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-15/+18
|
* NetBSD 960317 mergeniklas1996-04-181-50/+85
|
* Fix back wrong patches.mickey1996-03-201-2/+2
|
* Merging w/ NetBSD 021796.mickey1996-03-191-2/+2
| | | | | speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
* From NetBSD: merge of 960217niklas1996-03-081-0/+1
|
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+1
| | | | | | | | | the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
* from netbsd:deraadt1995-12-271-2/+2
| | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
* initial import of NetBSD treederaadt1995-10-181-0/+172