summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Close the line displine on detach. Lots of folks have submittd this, andimp2001-06-051-1/+4
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-045-285/+3
* Fix my email address. I accidentally cut'npasted the wrong (old)joerg2001-06-031-1/+1
* The orm device. This device gobbles up the Option ROMs in the ISAimp2001-06-011-0/+185
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919sanpei2001-05-261-0/+1
* Don't lie to diskerr() now that it listens to us.phk2001-05-251-5/+0
* Add SmartLink 5634PCV SurfRidersanpei2001-05-201-0/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-152-2/+0
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-23/+40
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-10/+14
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-281-0/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-1/+12
* Catch up to header include changes:jhb2001-03-281-3/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-265-6/+0
* Always call resource_int_value function for getting portsize and msize.nyan2001-03-171-4/+6
* Add GVC1601 - Rockwell V.34 Plug & Play Modemsanpei2001-03-071-0/+1
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560sanpei2001-03-071-0/+1
* Harvest interrupt entropy off the floppy disk controller.markm2001-03-031-1/+2
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-191-6/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* RIP <machine/lock.h>.markm2001-02-111-4/+0
* Catch up to changes to inthand_add().jhb2001-02-091-8/+8
* - Catch up to the new swi API changes:jhb2001-02-091-12/+12
* Change and clean the mutex lock interface.bmilekic2001-02-092-59/+59
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-1/+0
* Convert mca (microchannel bus support) from something that we countpeter2001-01-291-3/+3
* Consider that the chipset may be in ECP mode (from BIOS settings)nsouch2001-01-252-36/+37
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-1/+1
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-3/+3
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Add OZO8008 - Zoom (33.6k Modem).tanimura2000-12-261-0/+1
* Fix the PR. Getting a dma channel equal to 0 remains a problem though.nsouch2000-12-191-1/+1
* Convert the sio driver to use a spin mutex instead of a s_lock. This isjhb2000-12-181-123/+58
* It's possible for an ISA bus to be hung off an EISA bridge, so we need tomsmith2000-12-121-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-084-8/+5
* Staticize some malloc M_ instances.phk2000-12-082-2/+2
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-021-0/+5
* - Add a hack for "psmintr: out of sync.." This is NOT a fix,yokota2000-12-011-0/+11
* - Slightly rearrnage IntelliMouse Explorer and Logitechyokota2000-12-011-30/+39
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedmdodd2000-11-281-26/+12
* Make diskerr() always log with printf.phk2000-11-261-2/+1
* GC some defunct prototypespeter2000-11-251-4/+0
* Ignore resources with a size of 0, as these are disabled (and we don'tmsmith2000-11-071-0/+7
* Revert two experimental changes which escaped from my devel machine.phk2000-10-281-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-252-16/+16
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-0/+13
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-3/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
OpenPOWER on IntegriCloud