summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* We no longer need the spltty() == splimp() hack if PPP is configured intopeter1995-10-311-6/+10
* Cleanup, make things static.phk1995-10-315-87/+91
* Get pccard stuff into LINT.phk1995-10-311-0/+246
* Made wcstart() non-static again. It is called from atapi.c. Thebde1995-10-291-4/+4
* Made wcdattach() non-static again. It is called from atapi.c. Thebde1995-10-291-1/+4
* Close out kern/46.pst1995-10-281-6/+1
* Repair the wcd and atapi code a little, so that it compiles and loadspeter1995-10-282-11/+20
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-283-2/+471
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-2827-410/+187
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-1/+8
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-2610-14/+264
* Bring in version 1(26) - considerably less memory usage (and may bring usjkh1995-10-253-24/+272
* sio.c:bde1995-10-222-51/+21
* Only allow `sensitive' devices for displays in find_display(). This isbde1995-10-221-3/+6
* Remove bogus #include <sys/device.h>, and the bogus instances ofpeter1995-10-211-22/+11
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-213-8/+30
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...se1995-10-171-2/+2
* At least the ASUS Triton motherboards don't disable the PCI bus configurationse1995-10-171-4/+5
* Go back to separate tests for configuration mechanism 1 and mechanism 2.se1995-10-151-54/+57
* Latest fixes from Serge:dg1995-10-144-198/+633
* Don't allow i/o operations for non-root users.bde1995-10-141-0/+4
* Don't allow i/o operations for non-root users.bde1995-10-141-2/+6
* Don't allow mmapping the page after last video page.bde1995-10-141-1/+1
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-1311-62/+27
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-121-6/+15
* Fix probe to work properly with the Cyclades cyclom-16Ye.dg1995-10-111-9/+13
* PCCARD support.phk1995-10-101-33/+281
* Fix benign type mismatches in devswitch functions.bde1995-10-101-18/+10
* Remove bogus includes that became fatal after the previous (intended tobde1995-10-101-8/+1
* Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...se1995-10-091-6/+14
* BIOS manufacturers don't seem to have a unique idea about 2.88 MBjoerg1995-10-092-2/+4
* Include <sys/systm.h>dg1995-10-091-0/+1
* Restore my changes from revisions 1.8, 1.9 and 1.10. They were blown awaybde1995-10-071-1/+7
* 1) Fixed irq logic so that it uses the kernel configured irq if it doesn'tdg1995-10-051-5/+20
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-043-129/+351
* Hide the "input/output timeout" messages behind the bootverbose case.joerg1995-10-041-9/+13
* Support the 1542CP by recognizing the new ID. Try to make futuredufault1995-10-011-32/+58
* Make ATAPI support completely optional - if ATAPI isn't defined, thedg1995-09-301-4/+9
* Bring IDE CDROM support up to latest version (1.8a?) from Serge.jkh1995-09-304-108/+212
* Fix FAT_CURSOR to give scanlines 0-15 instead of (the current start)-15.bde1995-09-281-0/+1
* o Support for CDIOCPREVENT and CDIOCALLOW ioctls that xcdplayerjkh1995-09-283-55/+137
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-262-81/+92
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkwollman1995-09-251-2/+52
* siostop() is a void function, so don't return a value.dg1995-09-241-3/+3
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-221-5/+8
* New approach to the PCI bus configuration mechanism probe problem:se1995-09-221-50/+63
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-221-9/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-1916-83/+66
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-191-10/+68
* Revert most changes of previous commit.se1995-09-181-18/+52
OpenPOWER on IntegriCloud