summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Update to current reality. We can now track several LORSTA on separatephk1998-10-241-136/+185
* Update timecounters to new interface.phk1998-10-232-14/+14
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-225-21/+20
* Fixed the ifdef for `uart' driver being present. The sound-driver-specificbde1998-10-221-1/+3
* Fix behaviour of the driver with small files -- due to a stupidluigi1998-10-221-2/+2
* The previous change was much too simple to actually compensate forbde1998-10-221-1/+15
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-2253-154/+293
* Make the next_writeable address specific for each drive, there mightsos1998-10-154-16/+14
* Fixed two potentially serious classes of bugs:dg1998-10-132-4/+4
* Added a workaround for yet-another, less-than-compatible keyboard controller.yokota1998-10-131-1/+4
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-123-73/+11
* Don't print conflict messages in haveseen_isadev() if CC_QUIET isbde1998-10-121-10/+16
* Added flag CC_QUIET for quiet conflict checking.bde1998-10-121-6/+7
* Fix conficts in probe:imp1998-10-103-3/+77
* Make that annoying "device busy" message dependent on DEBUG (using thedes1998-10-081-1/+1
* Discard previous commit.kato1998-10-081-14/+1
* Add SMC EtherEZ98 support to ed driver (PC-98).kato1998-10-081-1/+14
* Remove debug output on disk change.sos1998-10-082-4/+4
* Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.des1998-10-041-1/+1
* At net-jp@jp.freebsd.org mailing list, if_cs user in Japanmsmith1998-10-041-2/+2
* Removed duplicate case.alex1998-10-031-1/+0
* Update the pcm driver to the most recent version. This shouldluigi1998-10-029-200/+588
* A size field returned by the VESA BIOS is already expressed in bytes.yokota1998-10-021-2/+2
* Restore static of sc_flags.ache1998-10-011-2/+3
* Yet another round of fixes for the VESA support code.yokota1998-10-016-85/+110
* Document that we support the CS4236B.des1998-09-301-0/+1
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-des1998-09-301-0/+3
* Restore v1.3 - page align workaround moved to vm86_datacall nowache1998-09-291-14/+5
* cosmetique - remove unneded static in previous commitache1998-09-291-2/+2
* workaround painful vm86_datacall requirement that segment+offsetache1998-09-291-5/+14
* Fix destructive cursor shape after text mode switch.ache1998-09-293-34/+37
* fix handling more than one cardsache1998-09-281-2/+3
* Cosmetic changes:yokota1998-09-263-28/+26
* - Use `u_long cmd' ioctl arg.yokota1998-09-263-17/+9
* Cosmetic change: adjust copyright notice.yokota1998-09-257-90/+78
* SC_BAD_FLICKER -> SC_ALT_SEQACCESSyokota1998-09-241-13/+13
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-242-6/+2
* Removed a stale comment about "ioconf.h".bde1998-09-241-4/+0
* Fix and update for VESA BIOS support in syscons.yokota1998-09-236-88/+426
* Attempt to work around a bug in the previous commit related tobde1998-09-201-3/+3
* - program counter was previously an index in the microsequence, now pcnsouch1998-09-201-26/+18
* Remove unused file.bde1998-09-201-124/+0
* Ensure that the i8254 timecounter doesn't go backards. It sometimesbde1998-09-201-6/+21
* MF22: Robert Swindells' patch for correct probing of more AMD cards.jkh1998-09-172-37/+77
* Nuke uninitialized varible fd from retrier(). Change the devstat codegibbs1998-09-151-3/+2
* Add VESA support to syscons.sos1998-09-1510-1372/+3790
* Obsoleted by CAM.gibbs1998-09-151-1851/+0
* The Buslogic driver is smart enough to set it's own interrupt vector now.gibbs1998-09-151-3/+2
* Update system to new device statistics code.gibbs1998-09-154-75/+93
* Adaptec 154X SCSI-Host Adapter driver for CAM.gibbs1998-09-151-0/+229
OpenPOWER on IntegriCloud