Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-02-26 | compatibility with uvm kmem allocators | Artur Grabowski | |
1999-02-13 | Always check that "range->start" and "range->len" is within the bounds of | Federico G. Schwindt | |
"h->sc->iobase" and "h->sc->iosize" before call bus_space_alloc. | |||
1999-02-09 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-02-06 | Always initialize sc->handle[i].flags. | Federico G. Schwindt | |
Check if the socket is present before disabling the CSC_INTR. | |||
1999-01-28 | Add support for: | Federico G. Schwindt | |
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars. | |||
1999-01-23 | replace #pragma pack -> attribute((packed)) | Marc Espie | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-11 | more printf/panic merging, since panic() is stdarg | Aaron Campbell | |
1999-01-07 | Polled mode when no irq was configured was broken | Niklas Hallqvist | |
1999-01-03 | provide pcmcia IO bus mapper with list of blocks where it should | Theo de Raadt | |
preferentially map; idea by me, code by niklas | |||
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-12-30 | For now, just allocate gobs more CCBs in an attempt to avoid running out during | Jason Downs | |
autoconf. This needs to be fixed correctly... | |||
1998-12-26 | Kill pcmcia media setting that is always overridden these days. Fix typo. | Niklas Hallqvist | |
1998-12-15 | Sync with NetBSD (no detach updates yet). | Federico G. Schwindt | |
This should fix pcic_chip_socket_enable() to work on more machines. | |||
1998-11-28 | Remove unused headers. | Federico G. Schwindt | |
1998-11-17 | Add adw device driver, from NetBSD. | Jason Downs | |
1998-11-17 | Move offsetof define. | Jason Downs | |
1998-11-17 | Sync with NetBSD | Jason Downs | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-10-20 | when transmitting we cannot totally fill the circular buffer (i.e. | Theo de Raadt | |
we can't use up all of the remaining sc->txslot[chan].bfree free bytes) because that would cause the circular buffer read pointer to become equal to the write pointer, thus signaling 'empty buffer' to the hardware and stopping the transmitter. spotted and fixed by Kenjiro Cho <kjc@csl.sony.co.jp> | |||
1998-10-14 | sync | Federico G. Schwindt | |