Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-05 | pasto | Niklas Hallqvist | |
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 | remove statics | Niklas Hallqvist | |
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 | enable sfb/cfb/tga and compat_osf1. make it compile without mods. | Eric Jackson | |
2000-08-04 | convert sfb and cfb to use new wscons; from NetBSD. | Eric Jackson | |
2000-08-04 | clear rings before freeing them | Theo de Raadt | |
2000-08-04 | KNF | Theo de Raadt | |
2000-08-04 | Rewritten to use cat(1) instead of echo(1), in particular to be able to | Aaron Campbell | |
use `\n' instead of a literal newline (good practice); wd@ics.nara-wu.ac.jp | |||
2000-08-04 | rest of the work needed for tga2; from NetBSD | Eric Jackson | |
2000-08-04 | add support for tga2; from NetBSD | Eric Jackson | |
2000-08-04 | Support for the Psion Goldcard; pt98kfr@student.hk-r.se | Aaron Campbell | |
2000-08-04 | regen | Eric Jackson | |
2000-08-04 | Merge in NetBSD changes. This now works for most statically compiled osf1 | Eric Jackson | |
bins. Shared osf1 libs don't work quite yet. | |||
2000-08-04 | sync | Aaron Campbell | |
2000-08-04 | Add Psion Goldcard; pt98kfr@student.hk-r.se | Aaron Campbell | |
2000-08-04 | One parenthesis too many. | Angelos D. Keromytis | |
2000-08-04 | Worked out the logic (thanks to pt98asp@student.hk-r.se and | Angelos D. Keromytis | |
pt98kfr@student.hk-r.se -- I still don't know why rev1.5 didn't work). | |||
2000-08-03 | (c) 2000 | Niklas Hallqvist | |
2000-08-03 | sync | Niklas Hallqvist | |
2000-08-03 | Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids. | Niklas Hallqvist | |
BTW, more RS controllers will need to be added, but I do not yet know the prodids. | |||
2000-08-03 | Back to the submitted patch -- this needs more investigation. | Angelos D. Keromytis | |
2000-08-03 | typo in #define. ICMP6_NI_SUCESS -> SUCCESS. | Jun-ichiro itojun Hagino | |
2000-08-03 | s/principal/priciple/; from netbsd | Michael Shalayeff | |
2000-08-03 | Don't print out the name of the controller twice. | Aaron Campbell | |
2000-08-03 | Don't even need to reset ip_sum, if we're not going to compute it here | Angelos D. Keromytis | |
but in ip_output() | |||
2000-08-03 | Avoid unnecessary call to in_cksum(). | Angelos D. Keromytis | |
2000-08-03 | In fact, this is the correct behaviour (or I'm going crazy). | Angelos D. Keromytis | |
2000-08-03 | Careful with ip_off | Angelos D. Keromytis | |
2000-08-03 | Zeroize ip_sum before computing checksum (just general paranoia). | Angelos D. Keromytis | |
2000-08-03 | Correct handling of ip_off (askk@rsn.hk-r.se) | Angelos D. Keromytis | |
2000-08-03 | Fixes to bus dmamem code. | Dale S. Rahn | |
(Fixed by replacing the code with the version from the i386 port.) | |||
2000-08-02 | Put missing call to sf_setmulti() in sf_init() so the multicast filter will | Aaron Campbell | |
be programmed correctly; from FreeBSD. | |||
2000-08-02 | Sync with FreeBSD. Summary of changes: | Aaron Campbell | |
- Add support for Accton EN1217 Ethernet adapters. - Fix problems with LEDs on some cards when clearing the jabber disable bit. - Handle new Macronix chips whose multicast hash tables are only 128 bits. - Fix timing issues during autonegotiation with Macronix and PNIC II. | |||
2000-08-02 | No need to include pci header files here. | Aaron Campbell | |
2000-08-02 | sync | Aaron Campbell | |
2000-08-02 | Add Accton EN1217 Ethernet. | Aaron Campbell | |
2000-08-02 | Don't print out the eeprom width. | Aaron Campbell | |
2000-08-02 | permit build with HZ user-defined; <wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-08-02 | pcic* at pci | Theo de Raadt | |
2000-08-02 | add gdt & dmphy where needed | Theo de Raadt | |
2000-08-02 | Add support for accepting packets up to 4 octets larger than the | Peter Galbavy | |
interface MTU IFF vlans are enabled. Additional logic should be added by someone who understand 802.1q to test if this oversize packet is actually a 802.1q encapsulated, and reject others. Fix as per kernel/1328. | |||
2000-08-02 | based on netbsd; whacked into shape by ycsu@zyxel.com.tw | Theo de Raadt | |
2000-08-02 | update n-rcsids | Michael Shalayeff | |
2000-08-02 | import a few useful consts from netbsd; mainly for pcibios thing slip | Michael Shalayeff | |
2000-08-02 | add yauc about fips; also some ugly spaces | Michael Shalayeff | |