Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-24 | missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument ↵ | Jason Wright | |
form of bus_dmamap_sync() | |||
2001-08-24 | Compile cleanup, systype is not currently used, so ifdef it. | Dale Rahn | |
2001-08-24 | make ofprint useable, do carriage return on newline, | Dale Rahn | |
increment pointer to printed buf, instead of printing same character. | |||
2001-08-24 | Fix the typos in the timeout replacement. | Dale Rahn | |
2001-08-23 | Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008 | Constantine Sapuntzakis | |
2001-08-23 | sync | Constantine Sapuntzakis | |
2001-08-23 | VT82C686A -> VT82C686 (in user-visible description) | Constantine Sapuntzakis | |
closed PR#2019 | |||
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-23 | initialize the channel timeout earlier. | Artur Grabowski | |
2001-08-23 | sparc64 really benefits from knowing exactly what mappings to sync | Artur Grabowski | |
on bus_dmamap_sync, so it will have the same call footprint as in NetBSD. Rather than converting the whole world to the new arguments we will slowly convert everything that sparc64 needs with ifdef __HAVE_NEW_BUS_DMAMAP_SYNC Once most relevant drivers are converted we can start implementing the new bus_dmamap_sycn on other archs. | |||
2001-08-23 | Some reordering in the code caused hw_ok to never be set to 1 | Artur Grabowski | |
which causes some CMD Technology controllers to never attach properly. | |||
2001-08-23 | sync | Theo de Raadt | |
2001-08-23 | shorten | Theo de Raadt | |
2001-08-23 | decruftify: remove unnecessary/unused functions | Jason Wright | |
2001-08-23 | need bpfilter.h | Jason Wright | |
2001-08-23 | only include <machine/autoconf.h> on sparc64 | Jason Wright | |
2001-08-22 | pci bus frontend for hme from netbsd | Jason Wright | |
2001-08-22 | Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200 | Aaron Campbell | |
10/100 CardBus Ethernet adapter (thanks to beck@ for the donation). | |||
2001-08-22 | rename hs_flags -> hs_state and use #defines for the state names. | Jason Wright | |
2001-08-22 | sync | Aaron Campbell | |
2001-08-22 | Add some Abocom devices; from NetBSD. | Aaron Campbell | |
2001-08-22 | Initialize auto variable (win[{0,1}].win_flags). Also, if PCCBB_MEM_CACHABLE | Aaron Campbell | |
isn't set, clear the prefetchable bits in the bridge control register. These fixes from NetBSD. Now OpenBSD won't hang when it tries to read the CIS from an ADMtek-based card through a Ricoh-based PCI-CardBus bridge. | |||
2001-08-22 | better error handling (a merge of ben's stuff and mine) | Jason Wright | |
2001-08-22 | sparc64 pci needs this. | Artur Grabowski | |
From NetBSD. | |||
2001-08-22 | regen | Artur Grabowski | |
2001-08-22 | sun ebus. | Artur Grabowski | |
2001-08-22 | iobase is a bus_addr_t | Jason Wright | |
simplify 'alive' handling check for IRQUNK later | |||
2001-08-22 | Better error catching (badly aligned iov's are EINVAL not ENOMEM) | Jason Wright | |
2001-08-21 | sync | Theo de Raadt | |
2001-08-21 | more; openbsd@davidkrause.com | Theo de Raadt | |
2001-08-21 | sbus specific driver for hme (from netbsd) | Jason Wright | |
2001-08-21 | bus independent part of hme driver from netbsd | Jason Wright | |
2001-08-21 | rcsid | Jason Wright | |
2001-08-21 | esp driver from NetBSD (compiles and even probes disks =) | Jason Wright | |
2001-08-21 | From NetBSD: | Jason Wright | |
#define's for FAS366 (needed for compile of esp_sbus) | |||
2001-08-21 | Remove gcc warnings. Ok drahn@ | Matthieu Herrb | |
2001-08-21 | need cfdriver for dma | Jason Wright | |
2001-08-21 | Prototype correctly so this builds with -Wstrict-prototypes. | Dale Rahn | |
DEstatic some of the code, add a ofprint() function for printf like debugging early on in boot (before console). Not currently used, except in special debugging kernels. | |||
2001-08-20 | qec+be (another driver originally written under OpenBSD, but pulled into | Jason Wright | |
this heirarchy from the NetBSD tree... and who says the projects don't work together). | |||
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | better aureal names | Michael Shalayeff | |
2001-08-20 | add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?) | Jason Wright | |
including: - OpenBSD style boot determination - local version of media handling - other local modifications, too. | |||
2001-08-20 | regen | Michael Shalayeff | |
2001-08-20 | aureal advantage | Michael Shalayeff | |
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | modifications to support OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-20 | Allow driver to recognize Cyclades 4Y and 8Y cards. | smart | |
Not finished yet, but cleaned up and moved around code for better organization. Inspired by NetBSD and other PCI drivers. From my dmesg: cy1 at pci0 dev 10 function 0 "Cyclades Cyclom-8Y" rev 0x01 | |||
2001-08-19 | KNF | smart | |
2001-08-19 | Don't reset rx/tx without turning them back on after suspend (Beck is now | Jason Wright | |
able to do "Real Work" after a suspend) | |||
2001-08-19 | remove dependence on lancereg.h/lancevar.h | Jason Wright | |