summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1998-02-10sync w/netbsdJason Wright
1998-02-07syncTheo de Raadt
1998-02-07+ Packet Engines G-NIC EthernetTheo de Raadt
1998-02-06add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, ↵Theo de Raadt
and something will change about that soon
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code..
1998-02-03sync with netbsdJason Wright
1998-02-03more pci subclasses and such; netbsdTheo de Raadt
1998-02-03more bridge typesTheo de Raadt
1998-01-25typoNiklas Hallqvist
1998-01-25Disable the new buffer policy for nowNiklas Hallqvist
1998-01-25Remove redundant splbio I added yesterdayNiklas Hallqvist
1998-01-24On the other hand... no need for recursive locks.Niklas Hallqvist
1998-01-24Well when MP comes.. we need locksNiklas Hallqvist
1998-01-24Protect allocation of ccd physmem of ccd interruptsNiklas Hallqvist
1998-01-24Eek, missing splbio, although splx was there. marging two "if"sNiklas Hallqvist
1998-01-21typoNiklas Hallqvist
1998-01-21remove obsolete commentNiklas Hallqvist
1998-01-20missed some conditions on autoconf_verboseNiklas Hallqvist
1998-01-20rev 1.29 really was the version 1.28 should have been, and 1.28 alreadyNiklas Hallqvist
contained the diffs 1.29 was said to have. So this is a revert to 1.28
1998-01-20Provide a way to debug probes. set autoconf_verbose via DDB, orNiklas Hallqvist
option AUTOCONF_VERBOSE=1 in your kernel config.
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work
1998-01-18move to current OpenBSD isadma APINiklas Hallqvist
1998-01-18move to current OpenBSD isadma APINiklas Hallqvist
1998-01-17s/defined(DEBUG)/defined(EP_DEBUG)/gMichael Shalayeff
1998-01-11pretty printTheo de Raadt
1998-01-09Clear buffers on allocation, suggested by csapuntzNiklas Hallqvist
1998-01-07now this is really prettyTheo de Raadt
1998-01-07DOH! I managed to alloc 0 bytes always for the segment descriptors.Niklas Hallqvist
1998-01-06even cleanerTheo de Raadt
1998-01-06syncTheo de Raadt
1998-01-06more entriesTheo de Raadt
1998-01-05syncTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1998-01-03syncTheo de Raadt
1998-01-03STB id is the 2nd one actuallyTheo de Raadt
1998-01-03syncTheo de Raadt
1998-01-03few more...Theo de Raadt
1998-01-02add NOCAPACITY quirk for a sanyo? cdrom, reported by ian@darwinsys.comNiels Provos
1998-01-02syncTheo de Raadt
1998-01-022nd STB vendor ID; prlw1@cam.ac.ukTheo de Raadt
1997-12-30pretty printingTheo de Raadt
1997-12-26finish busifyTheo de Raadt
1997-12-26use bcopyTheo de Raadt
1997-12-26syncTheo de Raadt
1997-12-26if we can, we should use the generic IDTheo de Raadt
1997-12-26print pnp device id in isapnp_printTheo de Raadt
1997-12-26print device typeTheo de Raadt
1997-12-26busify; support isapnp lance cardsTheo de Raadt
1997-12-25SB ISA PnP support goop.Jason Downs
1997-12-25SB devicesJason Downs