Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-21 | Add Level1 and their LXT1001 (Now owned by Intel) | Nathan Binkert | |
2001-07-21 | missing \n in a log() call | Jun-ichiro itojun Hagino | |
2001-07-21 | repair validation on RTAX_GENMASK insertion. has been broken since 44bsd. | Jun-ichiro itojun Hagino | |
(freebsd3 has a fix since 1999, but has insufficient validation on sa_len) | |||
2001-07-21 | repair IPv6 TCP. th_sum has to be initialized to 0 on template. | Jun-ichiro itojun Hagino | |
(older code had "th_sum = 0" at the bottom of the function, which was removed during TCP hardware checksumming change) | |||
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis | |
2001-07-21 | Don't hang on missing interrupts | Constantine Sapuntzakis | |
2001-07-21 | - don't allow wildcarded interrupts | Jason Wright | |
- use correct type (bus_addr_t) for iobase - if interrupt allocation fails, abort - clean up interrupt handler (again) | |||
2001-07-21 | - Clear all interrupts during initialization (shouldn't be necessary, but | Jason Wright | |
doesn't hurt). - Turn the dma queues on and off as needed. This results in fewer PCI aborts on 7751. | |||
2001-07-20 | use a variable, not it's default value from constant | Michael Shalayeff | |
2001-07-20 | make equal() macro to check sa_len match, otherwise we will touch | Jun-ichiro itojun Hagino | |
the content of a2 beyond a2->sa_len mistakenly. sync with kame | |||
2001-07-20 | Not mapping registers you know are there (even if they don't work) is a | Jason Wright | |
bad idea on ISA when you think about PCMCIA; pointed out by costa and mickey. | |||
2001-07-20 | Since the aborts seem recoverable (thus far), don't printf() about them, | Jason Wright | |
just maintain a counter. | |||
2001-07-20 | regen | Peter Galbavy | |
2001-07-20 | AMD 761/762 Host-PCI and PCI-PCI bridges | Peter Galbavy | |
2001-07-20 | regen | Peter Galbavy | |
2001-07-20 | add DLink DGE-550T GigE card | Peter Galbavy | |
2001-07-20 | Add pa_bus to pci_attach_args | Constantine Sapuntzakis | |
Better VIA IDE chipset handling. From NetBSD | |||
2001-07-19 | Fix slave ATAPI device detect broken by last patch | Constantine Sapuntzakis | |
2001-07-19 | make number of ptys configurable; deraadt@ ok | Michael Shalayeff | |
2001-07-19 | AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patch | Constantine Sapuntzakis | |
2001-07-19 | bogus comment. | Artur Grabowski | |
2001-07-19 | No more need to define PMAP_NEW. | Artur Grabowski | |
2001-07-19 | Missed one in PMAP_NEW fix. | Artur Grabowski | |
2001-07-19 | Fix/complete the handling of the binary ops >< and <> to behave | Kenneth R Westerback | |
like the ipf operators. The 'n >< m' construct (Include Range = PF_OP_IRG) should match ports greater than n and less than m, not greater than or equal to n and less than or equal to m. The 'n <> m' construct (Exclude Range = PF_OP_XRG) should match all ports less than n OR greater than m, not be treated as an alias for ><. Thus PF_OP_GL, which was used for both <> and >< is replaced with PF_OP_IRG and PF_OP_XRG with the 'correct' semantics. OK dhartmei@ | |||
2001-07-18 | build the kernel w/ all the warnings enabled; drahn@ ok | Michael Shalayeff | |
2001-07-18 | fix pf_get_rdr() for single port (dport2 == 0) rules. found by lebel@. | Daniel Hartmeier | |
2001-07-18 | do not reset the volume after playback; landy@alumni.caltech.edu | Theo de Raadt | |
2001-07-18 | fxp and de are fixed, enable vtophys | Michael Shalayeff | |
2001-07-18 | fix vtophys usage, mainly ppc-required; art@ ok and tried to ↵ | Michael Shalayeff | |
bribe^H^H^H^H^Hmotivate me to bussydma 'em too (; | |||
2001-07-18 | Enable reception of PCI abort interrupts and attempt to handle them. | Jason Wright | |
7751 seems to generate these alot and restarting the DMA unit seems to get things going again. 7951, however, never generates these aborts in the same machine/slot. | |||
2001-07-18 | Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD. | Artur Grabowski | |
2001-07-18 | Correct the NetBSD tag. | Artur Grabowski | |
2001-07-18 | Sync in more from NetBSD. | Artur Grabowski | |
Original commit message: Patch from chuq for uvm r/w map oscillation bug. Fixes the XalphaNetBSD slowdown. | |||
2001-07-18 | Change some annoying DIAGNOSTIC printfs to DEBUG. | Artur Grabowski | |
From NetBSD. | |||
2001-07-18 | minor sync to NetBSD, nothing changed. | Artur Grabowski | |
2001-07-18 | Make uvm_wait take a const char * | Artur Grabowski | |
2001-07-18 | Typo. | Artur Grabowski | |
Noted by: Heikki Korpela <heko@iki.fi> | |||
2001-07-18 | Fix prototype that art missed... | Dale Rahn | |
2001-07-18 | avoid using malloc() during interupt context for multicast kludge entry. | Jun-ichiro itojun Hagino | |
allocate it on interface initialization. | |||
2001-07-18 | sort subr_pool into the right place. | Artur Grabowski | |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski | |
The archs that didn't have a proper PMAP_NEW now have a dummy implementation with wrappers around the old functions. | |||
2001-07-18 | sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior | Jun-ichiro itojun Hagino | |
only if ip6_dst is "neighbor" within p2p prefix. sync with kame | |||
2001-07-18 | zero tcp checksum field before calculating new value. | Marco S Hyman | |
Fixes problem with bad checksums on keepalives OK provos@ | |||
2001-07-17 | Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable. | Dale Rahn | |
This code probably should check which keyboard type is present to figure out operations for the special keys, just commented out for now. Noticed in NetBSD mailing list. | |||
2001-07-17 | support min-ttl, okay dhartmei@ | Niels Provos | |
2001-07-17 | normalize ip_off, make IP_DF stripping optional, return rst is a flag now. | Niels Provos | |
okay markus@ | |||
2001-07-17 | sync | Theo de Raadt | |
2001-07-17 | heck, call RCC ServerWorks | Theo de Raadt | |
2001-07-17 | It takes a greek to put buffer overflow and unterminated string | Theo de Raadt | |
handling into the kernel. Stick with the complicated stuff dude, breaking this simple shit is killing us! | |||
2001-07-17 | ip normalization code | Niels Provos | |