Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-07 | remove freebsd bridging stuff, and let ALL packets go to ether_input() | Jason Wright | |
1999-12-07 | quiet | Jason Wright | |
1999-12-07 | merge with freebsd: | Jason Wright | |
o when setting/clearing promisc mode, just update filter o call xl_init() in xl_media_upd() for handling media changes better on combo's o alternate tx strategy for 3c90?[BC] cards | |||
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-06 | Regen. | Aaron Campbell | |
1999-12-06 | More. | Aaron Campbell | |
1999-12-06 | Make this work for uvm. | Artur Grabowski | |
1999-12-05 | sure, nix the PROT_EXEC; zzlevo@dd.chalmers.se | Theo de Raadt | |
1999-12-05 | Pass device mode to query_encoding in the structure to fill, so | Marc Espie | |
that devices that don't need it are not affected. eso has those weird 16 bits mode that differ in endianess depending on READ/WRITE. Use this to avoid setting AUDIO_FLAGS_EMULATED needlessly. Reorder eso modes slightly so that emulated modes are always last. | |||
1999-12-04 | rev E name | Theo de Raadt | |
1999-12-04 | Regen. | Aaron Campbell | |
1999-12-04 | Add entry for SiS 7016 Ethernet. | Aaron Campbell | |
1999-12-04 | Driver for SiS 900/7016 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-03 | Init b_dep so that soft updates work. | Artur Grabowski | |
1999-12-03 | make this compile again; millert. | Jason Wright | |
1999-12-03 | Amazingly neither the compiler nor review missed this silly botch. | mjacob | |
1999-12-02 | o Crank MAX_START back up to 256 and allow it to be overridden. This time we | Todd C. Miller | |
leave SCSI_NCR_DFLT_TAGS alone since turning off tags caused some problems. o Use new pci routines in attach (from NetBSD). This also repairs -DNCR_IOMAPPED. | |||
1999-12-02 | add proper media handling and use dev/mii | Jason Wright | |
1999-11-30 | Remove duplicate #include. | Aaron Campbell | |
1999-11-30 | Remove duplicate #include's. | Aaron Campbell | |
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | more KNF and cleanup | Jason Wright | |
1999-11-30 | KNF and cleanup | Jason Wright | |
1999-11-28 | Sync with FreeBSD (convert to mii). Good for 3k+ kernel shrinkage. | Aaron Campbell | |
1999-11-28 | Enable TI16750 UART support. | Jason Downs | |
1999-11-28 | Driver for Hostess 4-channel serial mux, from Denis A. Doroshenko | Jason Downs | |
<cyxob@isl.vtu.lt>. | |||
1999-11-28 | Add puc lpt driver support, not actually tested... | Jason Downs | |
1999-11-26 | sync | Niklas Hallqvist | |
1999-11-26 | ICP Vortex products | Niklas Hallqvist | |
1999-11-26 | provide general "probing" routine, also used in isa cards memory sizing; | Michael Shalayeff | |
also utilize port commands (if provided by the md backend); prefix macros w/ IE_; build control structures here, providing sysbus byte in the softc. | |||
1999-11-26 | vm_offset_t -> vaddr_t | Artur Grabowski | |
1999-11-26 | Another comment change. (NBPG -> PAGE_SIZE). | Artur Grabowski | |
1999-11-25 | no warnings; jwoehr@advtech.uswest.com | Theo de Raadt | |
1999-11-23 | make CFGPRINTF only available for SCSIDEBUG/DEBUG kernels | mjacob | |
1999-11-23 | make a couple more items CFGPRINTF items | mjacob | |
1999-11-23 | Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers, | Chris Cappuccio | |
the secondary channel was ignored when the primary channel is disabled. | |||
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1999-11-22 | Fix crock where channel was used before being set. All my kernels | mjacob | |
worked, guess it was a random thing. Pity that the compiler didn't, like it would have for FreeBSD, warn about 'used before being set'. | |||
1999-11-22 | Roll in new firmware (also with a shiny new BSD style licence) | mjacob | |
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | Far too many things to note- a complete new revision coming in including | mjacob | |
FABRIC support... | |||
1999-11-22 | add mii attribute to wb | Jason Wright | |
1999-11-20 | ioctl arguments are u_long. | Marc Espie | |
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined. | |||
1999-11-19 | use bus_dma* | Jason Wright | |
merge with freebsd: use dev/mii layer do a more full reset in wb_reset() | |||
1999-11-17 | merge with freebsd: | Jason Wright | |
o make sure busmaster/io/mem bits are set appropriately o make sure the card powers up correctly | |||
1999-11-17 | mii fixups and merge with freebsd: | Jason Wright | |
o fix tx recovery with call to rl_reset/rl_init o automatic tuning of tx threshold o make sure first mbuf contains the entire ether_header o remove matching of SiS 900 chipset | |||
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis | |
driver (pciide, wdc, etc.) Remove #define WDCDEBUG from top of files More fixes to ATAPISCSI logic: Not all devices transition correctly between phases. Devices are supposed to keep BSY high until they've set the registers to the next sensible state. Some devices drop BSY and leave the registers in an old or nonsense state. Our polling code is extremely sensitive to this (though an early itnerrupt could also observe this). So, if the device is in an unexpected state, the new polling code waits for a while in the hope that it enters a better state. This seems to fix many of the problems reported. Also, there was a horrible bug which would cause sense to fail on a ATAPI command that sent data to the drive | |||
1999-11-16 | Remove unused (ifdef:d away) variables. | Artur Grabowski | |
(shrinking my "grep vm_offset_t") | |||
1999-11-16 | We don't need a prototype for kmem_alloc. | Artur Grabowski | |
1999-11-15 | Remove a duplicate #include. | Aaron Campbell | |