Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-25 | Match Promise Ultra/100 as PDC20262 instead of PDC20246 | Chris Cappuccio | |
(netbsd) | |||
2000-08-25 | regen | Niklas Hallqvist | |
2000-08-25 | Remove a blank line that confused the awk script enough | Niklas Hallqvist | |
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org> | |||
2000-08-21 | fix indentation from 1.41 addition | Jason Wright | |
2000-08-19 | - introduce new function ubsec_mcopy() which copies the header and trailer | Jason Wright | |
of one mbuf into another since ubsec doesn't copy data through - get all of the offsets right for the !nicealign case - style fixes Authentication/Encryption on the same packet now appears to work reliably | |||
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ | Nathan Binkert | |
2000-08-18 | wb needs mii_phy for mii_phy_reset() | Michael Shalayeff | |
2000-08-17 | use destination lengths when trimming the output packet (cut and pasto) | Jason Wright | |
2000-08-17 | replace if_awi w/ semi-current netbsd driver; still has problems | Michael Shalayeff | |
2000-08-17 | - auth+enc sorta works: fixup all of the offsets for encryption/authentication | Jason Wright | |
- also check for cases that ubsec cannot handle (and should not happen anyway) - actually use the destination length to trim the packet in the output descriptor - don't copy the IV into the packet unless it doesn't already have one (old debugging code...) - style fixes | |||
2000-08-16 | Fix AK4531 data sheet link. Ok'd by deraadt@ | Kevin Lo | |
2000-08-15 | use pci_mapreg_map, deallocate resources on failure in attachment; jason@ ok | Michael Shalayeff | |
2000-08-15 | Put the bcopy back in place for the decryption CRD_F_EXPLICIT_IV case (missed | Jason Wright | |
this yesterday when fixing the encryption side of this case). Only used for old IPSec xforms anyway. | |||
2000-08-15 | don't forget the initial swizzling with IPAD for inner state (fixes | Jason Wright | |
auth-only mode which was broken with new session code). | |||
2000-08-15 | - deallocate all resources grabbed during hifn_attach() when an error occurs. | Jason Wright | |
- temporary workaround for netsec hifn7751 rev A: half the amount of memory because two of the address lines were left floating (better memory check coming soon). | |||
2000-08-15 | - Can't avoid one of those bcopy's so easily (only happens with old ESP | Jason Wright | |
transforms... those with CRD_F_IV_EXPLICIT, so we can take the function call overhead there). - >> instead of << for coffset (auth+enc still isn't working, but this was an obvious bug). - #ifdef UBSEC_DEBUG out the auth-only debugging code | |||
2000-08-13 | do iv copying by hand, to avoid bcopy overhead | Theo de Raadt | |
2000-08-13 | fix session code | Theo de Raadt | |
2000-08-13 | not completely working session code from jason | Theo de Raadt | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-12 | mcr aggregation now works, best i have seen yet is 5 (huh?) | Theo de Raadt | |
2000-08-11 | move mcr out of q; and write prelim mcr aggregation code, which does not yet | Theo de Raadt | |
work for some reason or another, so it is currently disabled. | |||
2000-08-11 | sync | Theo de Raadt | |
2000-08-11 | itexpress | Theo de Raadt | |
2000-08-11 | silence chatty messages | Theo de Raadt | |
2000-08-11 | provide generic audio device name | Michael Shalayeff | |
2000-08-11 | DMA transfers should transition to completed state directly too | Constantine Sapuntzakis | |
2000-08-10 | sync | Theo de Raadt | |
2000-08-10 | simplify | Theo de Raadt | |
2000-08-09 | Death to acd_stub.c. No longer needed | Constantine Sapuntzakis | |
2000-08-09 | Unnecessary header | Constantine Sapuntzakis | |
2000-08-09 | Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to drop | Constantine Sapuntzakis | |
both DRQ and BSY. The driver has been adjusted to ignore invalid/unexpected phases while traversing the state machine. This may break drives that do no set ireason correctly. | |||
2000-08-08 | quiet | Theo de Raadt | |
2000-08-08 | sync | Theo de Raadt | |
2000-08-08 | use PCI_VENDOR_* and PCI_PRODUCT_*_* names | Theo de Raadt | |
2000-08-08 | more puc-style devices | Theo de Raadt | |
2000-08-08 | Make fix for preserving LED settings conditional on presence of an Intel | Aaron Campbell | |
21143 chip; from FreeBSD. | |||
2000-08-08 | sync RAIDframe with Gre Oster's work for NetBSD. | Peter Galbavy | |
This update incorporates changes since January 2000. RAID1 and RAID5 tested for functionality matching the 2.7 code. A number of bug fixes (including stopping a parity rebuild when unconfiguring) have been included. See Greg's RAIDframe info page: http://www.cs.usask.ca/staff/oster/raid.html The RAID_AUTOCONFIG feature set does *NOT* yet work. These features require more work throughout the boot system and as such are a big task. IMPORTANT: As with anything that is this near live data on your systems, please test carefully with existing configurations before deploying in a live system. Feedback via sendbug or mail direct to peter@wonderland.org is appreciated. | |||
2000-08-06 | sync | Theo de Raadt | |
2000-08-06 | ATI rage cards | Theo de Raadt | |
2000-08-06 | sync | Theo de Raadt | |
2000-08-06 | more devices from the G4 | Theo de Raadt | |
2000-08-05 | Use better (working) locking macros around critical regions. Implement | Niklas Hallqvist | |
SCSI_POLL operations. Implement SYNCHRONIZE_CACHE scsi operation emulation . Do not call busdma operations unless we are really either a READ or WRITE operation. | |||
2000-08-05 | Be more liberal about attaching products unknown to us (we have got ID | Niklas Hallqvist | |
ranges from ICP-Vortex). New GDT products are normally configured with "Do not move DPMEM" as default, so try that mapping type first. | |||
2000-08-05 | sync | Chris Cappuccio | |
2000-08-05 | Support Promise Ultra/100 as found on some Microstar motherboards | Chris Cappuccio | |
(From NetBSD PR 10756) | |||
2000-08-04 | sync | Theo de Raadt | |
2000-08-04 | another | Theo de Raadt | |
2000-08-04 | rest of the work needed for tga2; from NetBSD | Eric Jackson | |