summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1998-06-12clean up vga_isa_match() - always return "2" on success to make thedrochner
1998-06-12reserve the VGA BIOS area (but don't worry if it fails)drochner
1998-06-12access the "raw keyboard" flag inside spltty() to make sure there isdrochner
1998-06-11add options for new compatibility stuff, add wsdisplay_compat_usl.cdrochner
1998-06-11implement a way to get raw keyboard data (for X)drochner
1998-06-11Add calls to process / VT synchronization functions (as provided indrochner
1998-06-11add "sleeping ok" argument to wsdisplay_switch()drochner
1998-06-11add "sleeping ok" argument to wsdisplay_switch()drochner
1998-06-11Implement the VT access and keyboard control ioctl()s needed fordrochner
1998-06-11Per leo@netbsd.org: Don't call isa_dmainit() if NISADMA == 0.thorpej
1998-06-11Don't call isa_dmainit() when NISADMA == 0.leo
1998-06-11Pull in <sys/timepps.h> here so that other things that include comvar.hthorpej
1998-06-10Missing include <sys/systm.h>.tv
1998-06-10Add a shutdown hook for SCSI-2 and higher disks that issues a SYNCHRONIZE CACHEthorpej
1998-06-10Change `dev' -> `self' in ofisaattach(), compile errortv
1998-06-10PPS support from April, reworked and extended to match the PPS-APIjonathan
1998-06-10Make this compile with the recent ISA DMA changes.bouyer
1998-06-10Do the unaligned buffer fixup without copying data, more-or-less liftedthorpej
1998-06-09Define the SYNCHRONIZE CACHE command.thorpej
1998-06-09Remove the PCI-ISA bridge callback mechanism; it's no longer needed.thorpej
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Add isa_dma{freeze,thaw}(), used to temporarily stop and then restartthorpej
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-06-09Adjust for the changes to the ISA DMA API.thorpej
1998-06-09Initialize DMA state when we attach the ofisa bus.thorpej
1998-06-09Change the ISA DMA API to take an isa_chipset_tag_t rather thanthorpej
1998-06-08Fix the obvious bogons reported in PR#5552.pk
1998-06-08Make this build w/ EGCS.thorpej
1998-06-08No need for an explicitly-sized type for sc_flags.thorpej
1998-06-08Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-07Update from Iain for the parallel port stuff.pk
1998-06-07Add ISAPnP attachment for PCMCIA bus controller; reorganize ISAsommerfe
1998-06-07the AM7990 is a controller, not a "card"; repair a misleading diagnostic.fair
1998-06-06Add an Aria sound driver.augustss
1998-06-05An oversight in previous commit.enami
1998-06-05- Don't print newline until pcmcia_io_map is called; it expects to writeenami
1998-06-05Use SIMPLEQ_FIRST/NEXT macros.enami
1998-06-05In the function pcmcia_card_gettype:enami
1998-06-04Check for the ether broadcast address in promiscuous mode (PR#5527).pk
1998-06-04No need to define WDDEBUG or undefine ATAPI_DEBUG_WDC here.enami
1998-06-04Make this compile with WDDEBUGenami
1998-06-04Print newline like others do when tracing wdunlock.enami
1998-06-03Magma parallel port ioctls per Iain Hibbert.pk
1998-06-03Update from Iain on the parallel port stuff.pk
1998-06-02Device driver for the SMC 83c170 Ethernet PCI Integrated Controller (EPIC/100)thorpej
1998-06-01according to the PCI 2.1 spec, the low _two_ bits of I/O BARs havecgd
1998-05-31add a PCI 'quirks' mechanism, meant to be used as the mechanismcgd
1998-05-31use the new PCI 'quirks' mechanism to help determine the numbercgd
1998-05-31dd a PCI 'quirks' mechanism, meant to be used as the mechanismcgd