summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2001-04-30Move ATA IOCTL commands to low-level WDC driverConstantine Sapuntzakis
2001-04-30Added ATAPI_DEVICE_RESET commandConstantine Sapuntzakis
2001-04-30rework scsi stuff a bit, better locking.Michael Shalayeff
2001-04-30ami.cMichael Shalayeff
2001-04-30padnessMichael Shalayeff
2001-04-29a few more aen definitions, from freebsdMichael Shalayeff
2001-04-24missing splx, found by art, not yet tested by smurph, but he has run out of timeTheo de Raadt
2001-04-23Clean up supposedly 'impossible' case in siop_intr() soKenneth R Westerback
2001-04-23Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return.Kenneth R Westerback
2001-04-23double splxArtur Grabowski
2001-04-23double splx in error path.Artur Grabowski
2001-04-21Add $OpenBSD$ tags.Aaron Campbell
2001-04-20Instead of initializing the colormap to me black & white, initialize theNathan Binkert
2001-04-17No colon after "address" when printing out Ethernet address.Aaron Campbell
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-04-16incorrect return value from ami_intrTheo de Raadt
2001-04-16Avoid resetting the interface when not needed; allows temporary WEP keysThorsten Lockert
2001-04-15anotherTheo de Raadt
2001-04-15Support U160 on 53c1010 chips.Kenneth R Westerback
2001-04-14Kernel support for console mouse functionality which will be controlled byAaron Campbell
2001-04-14Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which isAaron Campbell
2001-04-13Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@Aaron Campbell
2001-04-13Oops, remove an unrelated debugging #if 0.Aaron Campbell
2001-04-13Disestablish the shutdownhook on detach.Aaron Campbell
2001-04-12Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@Nathan Binkert
2001-04-11just fail if there are no volumes definedMichael Shalayeff
2001-04-11Remove old adw firmware (3.3a). 3.3f in dev/microcode/adw.Kenneth R Westerback
2001-04-11Update the adw driver to use the latest version of firmware (3.3f).Kenneth R Westerback
2001-04-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell
2001-04-08Don't print anything for transmission error 90, since the driver alwaysAaron Campbell
2001-04-07Silly TRUE & FALSE constants definitions for the sake of old VM compilationsNiklas Hallqvist
2001-04-06documentation should follow codeTheo de Raadt
2001-04-06- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.Aaron Campbell
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-04Roll Core minor. Ansify source. Handles are now 16 bits. Addmjacob
2001-04-04Add some additional mailbox definitions. Rename ICBOPT_PORTNAME tomjacob
2001-04-04Keep up with the Joneses- sync up with core code for (eventual) usage here.mjacob
2001-04-04Roll platform major/minor. Ansify. Add the appropriate bits formjacob
2001-04-04Ansify source. Set poenings to maxcmds again. Turn on interruptmjacob
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-04-04Ansify source. Say which channel the initiator ID is for. Renamemjacob
2001-04-04Lay the groundwork for disabling ATAPI DMA on controllersConstantine Sapuntzakis
2001-04-02pool_get with PR_NOWAIT can fail. Handle that.Artur Grabowski
2001-04-01if we have a secondary fontset loaded and itMichael Shalayeff
2001-03-30init started aen; from nbsdMichael Shalayeff
2001-03-29Add diagnostic message.Nathan Binkert
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
2001-03-29Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible EthernetAaron Campbell
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
2001-03-28ioctl_meteor.h and ioctl_bt848.h merge; from NetBSD.Federico G. Schwindt