summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-04-06Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set.Federico G. Schwindt
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-05merge with freebsd/netbsd; mainly a conversion to miiJason Wright
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-04Ansify. Fix botch that kept ISP 1020 firmware from being compiled in.mjacob
2001-04-04match on a few more cards, prism2 support; aaron@ ok; from NetBSDMichael Shalayeff
2001-04-04Disable ATAPI DMA on Promise controllers and some ALi controllers.Constantine Sapuntzakis
2001-04-04Lay the groundwork for disabling ATAPI DMA on controllersConstantine Sapuntzakis
2001-04-04Minor cleanup to minimize diffs with NetBSDConstantine Sapuntzakis
2001-04-02Do not delete timeouts when they are not setNiklas Hallqvist
2001-04-02Oops, this should have been committed along with the SROM media block parsingAaron Campbell
2001-04-02ATA_POLL should have been AT_POLLConstantine 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-31Add support for GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-31regenAaron Campbell
2001-03-31Recognize a GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-30init started aen; from nbsdMichael Shalayeff
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
2001-03-29An INIC-940 based card supplied by Initio proves that the iha driverKenneth R Westerback
2001-03-29Add diagnostic message.Nathan Binkert
2001-03-29syncTheo de Raadt
2001-03-29shrink moreTheo de Raadt
2001-03-29From FreeBSD:Jason Wright
2001-03-29Microcode for yds(4) driver, freed by Yamaha as follows:Aaron Campbell
2001-03-29Add support for Yamaha DS-XG based audio chips, as found in machines such asAaron Campbell
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
2001-03-29regenAaron Campbell
2001-03-29Recognize Netgear FA410TXC Fast Ethernet adapter.Aaron Campbell
2001-03-29Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible EthernetAaron Campbell
2001-03-28syncChris Cappuccio
2001-03-28Triones is now HighPointChris Cappuccio
2001-03-28lavaport 650Theo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28correct labelTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28more lavaTheo de Raadt
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
2001-03-28Move code to set sc_frequency out of #ifdef notyet since we now need it.Todd C. Miller
2001-03-28new SIIG 8-port; apriori@world.std.comTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28newTheo de Raadt
2001-03-28sigh, forgot another ifdef; use bus_space_xx for cross plataform support.Federico G. Schwindt
2001-03-28Use vaddr_t instead of vm_offset_t.Federico G. Schwindt