Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-08 | These all are backends for interfaces that can be attached late, whence | Niklas Hallqvist | |
ifinit can not set their ifq_maxlen, so do it ourselves. | |||
1999-08-08 | pasto from pccom.c | Niklas Hallqvist | |
1999-08-08 | revert function accidentally committed | Niklas Hallqvist | |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist | |
1999-08-08 | Fill in detach support in the i82365 driver; mostly netbsd, as was the | Niklas Hallqvist | |
former pcmcia commit. | |||
1999-08-06 | EEPROM_PNP was wrong | Theo de Raadt | |
1999-08-05 | ifdef/endif enclose debugging code | Jason Wright | |
1999-08-05 | mv isa/mpu401var.h ic/mpuvar.h | Theo de Raadt | |
1999-08-05 | Make IDE compile on alpha again: | Niklas Hallqvist | |
use b* instead of mem* functions, adhere to NISADMA for DMA support. | |||
1999-08-04 | new bus_dma API, match it | Niklas Hallqvist | |
1999-08-04 | Add new manifest constant for demand mode DMA; form NetBSD | Niklas Hallqvist | |
1999-08-04 | Driver for the 3c515 FastEtherlink ISA | Jason Wright | |
1999-07-30 | rename rl2->rln for sanity | David Leonard | |
1999-07-26 | Move over the ISA PnP support from pccom.c to com.c | Niklas Hallqvist | |
1999-07-26 | fix my last commit where I committed more than intended | Niklas Hallqvist | |
1999-07-26 | Remove obsolete detach code that has been dead for very long | Niklas Hallqvist | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |
1999-07-23 | doesn't end does it... | Theo de Raadt | |
1999-07-23 | more slight dmesg formatting for some a really stupid drive | Theo de Raadt | |
1999-07-22 | shorten dmesg output | Theo de Raadt | |
1999-07-22 | shorten dmesg output | Theo de Raadt | |
1999-07-22 | Create wdc_enable_intr, wdc_disable_intr, wdc_select_drive. | Constantine Sapuntzakis | |
wdc_select_drive implements the drive selection protocol as documented in the ATA-5 preliminary specs. | |||
1999-07-18 | NATAPIBUS -> NATAPISCSI | Constantine Sapuntzakis | |
1999-07-18 | Import of NetBSD ATA/IDE stuff. | Constantine Sapuntzakis | |
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff | |||
1999-07-14 | KNF, cleanup, add rl2_need_reset() | David Leonard | |
1999-07-14 | KNF, symbolic constants | David Leonard | |
1999-07-14 | KNF, cleanup | David Leonard | |
1999-07-14 | KNF, cleanup, saner names | David Leonard | |
1999-07-14 | KNF | David Leonard | |
1999-07-14 | KNF, add "need initialise" and "promisc" soft state flags. Give names to ↵ | David Leonard | |
constants. Tentative addition of user ioctls | |||
1999-06-25 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees | |
Instead just drop dtr briefly. | |||
1999-06-23 | attempt at repairing rl2_transmit (still broken); cleanup; spelling | David Leonard | |
1999-06-21 | RangeLAN2 wireless network card | David Leonard | |
1999-06-06 | use __sparc__ | Theo de Raadt | |
1999-05-02 | Add support for Vadem PCMCIA controllers. | Federico G. Schwindt | |
1999-04-23 | in case PNP OS BIOS option is broken, skip isapnp ep cards | Theo de Raadt | |
1999-04-04 | Roll out changes because the tree is frozen. | mjacob | |
1999-04-04 | Roll out changes because the tree is frozen. | mjacob | |
1999-04-04 | Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macros | mjacob | |
that will SBusify an isp header or the lun/target portions of a request IOCB- and have these only valid iff __sparc__ (no non-sparc SBus machine that *I* know about). | |||
1999-04-04 | Change f/w revision to major,minor,micro version. Add in ISP1040C definition. | mjacob | |
1999-03-26 | Add support for some 100Mbit PCMCIA cards. | Federico G. Schwindt | |
Change the ne2000_detect parm list. | |||
1999-03-26 | Annoying little nigglet- apparently *some* Qlogic temporarily ignore | mjacob | |
settings you've just sent them and return random values if you follow the set by a get. This causes problems when you latter run a Tag-enabled command when you've command tagged mode off. | |||
1999-03-25 | roll internal revision levels and enable 1080 support | mjacob | |
1999-03-17 | fix OpenBSD headers | mjacob | |
1999-03-17 | complete update of ISP driver- includes 2100 FC support | mjacob | |
1999-03-12 | doc references | Jason Wright | |
1999-03-08 | reference docs | Jason Wright | |
1999-03-02 | Ignore TX interrupts when there are not packets buffered. | Federico G. Schwindt | |
This fix a problem seen with realtek 80[12]9 based cards; noted by scomeau@obscurity.org. | |||
1999-02-28 | compensate for check on unicast packets rx'd in promisc mode being moved | Jason Wright | |
to ether_input(). | |||
1999-02-28 | compensate for the test of packet ownership being moved to ether_input() | Jason Wright | |