summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opjmb2000-01-161-19/+36
* Remove pre-CAM aic driver. Support for apm, pccard and pc98 has yet toluoqi2000-01-142-2698/+0
* Pre 4.0 tidy up.peter2000-01-147-3739/+0
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-141-3/+4
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-144-404/+593
* Remove old copy of if_ed.c; it is no longer used.mdodd2000-01-131-3541/+0
* Correctly test CF.mdodd2000-01-131-1/+1
* Cosmetic cleanups.mdodd2000-01-131-34/+23
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-131-22/+59
* When I converted this driver to newbus I also cleaned up the codemdodd2000-01-131-50/+51
* Correctly set the data length when transmitting 802.3 frames (we need towpaul2000-01-121-3/+2
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-1/+2
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-081-6/+0
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-041-9/+27
* Implement scrollback for pcvt based on code submitted byhm1999-12-3010-309/+470
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-296-14/+15
* Add support of SB for PC98 into VoxWare 3.5, and more $FreeBSD$.tanimura1999-12-276-1/+85
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-262-0/+12
* Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.bde1999-12-263-8/+4
* Fixed races accessing the RTC. The races apparently causedbde1999-12-251-4/+16
* sn driver is no longer using isa_compat layerimp1999-12-221-5/+0
* Use the correct return value for MCA NMIs.eivind1999-12-212-2/+2
* Lose explict initialization of mouse to {0}; this gave a warning, and theeivind1999-12-211-2/+2
* GC unreferenced code (to avoid warnings)eivind1999-12-206-484/+7
* Eliminate unused variableeivind1999-12-201-2/+0
* Remove references to register_intr() etc in comments.peter1999-12-201-1/+1
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-203-138/+0
* Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-181-0/+5
* update to isdn4bsd beta release 0.90: since the isic drivers are nowhm1999-12-151-5/+0
* Fix the command to launch DMA for 16bit samples.tanimura1999-12-141-2/+8
* Remove the if_ze and if_zp drivers.phk1999-12-106-3394/+0
* Remove the B_BAD buffer flag, it is no longer used.phk1999-12-101-10/+1
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-93/+7
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-083-5/+5
* Fix invocation of bus_teardown_intr(). The last arg is supposed to bewpaul1999-12-081-1/+1
* Fix the ioctl CONS_FINDMODE and its underlying subroutineyokota1999-12-071-5/+6
* Remove DSO_BAD144 from wd driver(s) so people with bad144'ed disks getphk1999-12-061-1/+1
* Supported i8251 (internal COM1) FIFO mode.nyan1999-12-061-2/+32
* Remove references to old joystick driver from this file, which Peterwpaul1999-12-051-5/+0
* Switch over to using the generic joy driverpeter1999-12-051-285/+0
* Don't use a bogus bus number for Ross host-pci bridges.dfr1999-12-051-0/+2
* pc98/pc98/atapi.cnyan1999-12-031-32/+2
* Change splbio() to splcam(). bs is cam driver.nyan1999-12-032-4/+6
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-032-2/+2
* The 6th bit of configuration port is not defined on pc98.nyan1999-12-011-0/+4
* Add explicit null entries for new entrypoints.julian1999-12-012-2/+4
* Update the WaveLAN/IEEE driver:wpaul1999-11-252-162/+400
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-192-6/+4
* fix braino.. line misplaced.julian1999-11-191-1/+1
* protect some more operations with splimp() under Netgraph.julian1999-11-192-6/+6
OpenPOWER on IntegriCloud