Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-26 | Adapt art(4) to the new link state handling done by sppp(4). | Claudio Jeker | |
Now blinkenlights realy work like a charm -- OK cHDLC reports always linkstate active but that is a problem inside sppp(4). | |||
2005-10-26 | Instead of using arc4random() to modulate the TCP isn, call tcp_rndiss_next() | Ryan Thomas McBride | |
and calculate the modulator. This ensures that modulated initial sequence numbers have the same properties regarding separation and non-repetition as those generated by our TCP stack. ok markus@ frantzen@ | |||
2005-10-26 | typo | Michael Shalayeff | |
2005-10-25 | Make ffs_fserr() a macro, okay deraadt@ | Pedro Martelletto | |
2005-10-25 | Correctly remove elements from a pagedep dirrem list. | Pedro Martelletto | |
Issued noted and fix okay'd by otto@. | |||
2005-10-25 | kill unused definition, okay krw@, millert@ | Pedro Martelletto | |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre | |
from ray lai; | |||
2005-10-25 | re-enable IPv6 on the macppc RAMDISK. | Brad Smith | |
ok deraadt@ | |||
2005-10-25 | mtag in pf_route is now only used for IPSEC, so #ifdef it | Henning Brauer | |
From: Mike Belopuhov <mkb@crypt.org.ru> | |||
2005-10-25 | Some uvm problem is being exposed with the more strict macros. Revert until | Otto Moerbeek | |
we've found out what's causing the panics. | |||
2005-10-24 | add Intel 6300ESB | Brad Smith | |
Thanks to Sébastien Taylor <staylor at gridworx dot ca> for testing. | |||
2005-10-24 | Revamp interrupt handling in em(4) driver: | Brad Smith | |
o Do not mask the RX overrun interrupt. o Rewrite em_intr(): - Axe EM_MAX_INTR. - Cycle acknowledging interrupts and processing packets until zero interrupt cause register is read. - If RX overrun comes in log this fact. From glebius FreeBSD ok krw@ beck@ | |||
2005-10-24 | Partly backout. NOLIST, used in LISTs is probably interfering. requested by | Otto Moerbeek | |
deraadt@ | |||
2005-10-24 | Conditionalize singler-step code on PTRACE. | Mark Kettenis | |
ok miod@ | |||
2005-10-24 | Factorize db_interface code between luna88k and mvme88k, removing dead code | Miod Vallat | |
in the process; the arch-agnostic code keeps the ability for a specific machine to define its own machine commands, such as "machine prom" for mvme88k, in addition to the ``regular'' m88k machine commands. | |||
2005-10-24 | Mach-macro free | Martin Reindl | |
2005-10-24 | Remove panic if polling thread can not be created. | Marco Peereboom | |
ok jordan@ | |||
2005-10-24 | don't touch via 8237 for now, until it is fixed. | Henning Brauer | |
what mickey committed is obviosuly NOT what I tested, since that worked. | |||
2005-10-24 | Remove redundant duplicate packet length check. | Ryan Thomas McBride | |
ok mpf@ | |||
2005-10-24 | fix compilation for KGDB; looked by miod@. | Federico G. Schwindt | |
2005-10-24 | change read/write callbacks to use a void * instead of struct rtw_regs. | Reyk Floeter | |
why? rtw uses the smc93cx6 EEPROM and a separate diff will allow accessing it without depending on the bus_space_* functions. this is required for the RTL8187L. discussed with jsg@ | |||
2005-10-24 | two sc_anaparm registers | Reyk Floeter | |
2005-10-24 | fix RTW_DEBUG | Reyk Floeter | |
2005-10-24 | change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code. | Reyk Floeter | |
ok jsg@ | |||
2005-10-24 | - remove some redundnt checks before pci_mapreg_map() | Brad Smith | |
- iosize -> size | |||
2005-10-24 | add a comma here. | Brad Smith | |
2005-10-23 | regen | Brad Smith | |
2005-10-23 | add Davicom DM9132 | Brad Smith | |
2005-10-23 | regen | Brad Smith | |
2005-10-23 | better like this | Brad Smith | |
2005-10-23 | regen | Brad Smith | |
2005-10-23 | add Znyx Networks vendor id. | Brad Smith | |
2005-10-23 | m68k_btop() and m68k_ptob() were mostly used by mac68k only and can | Martin Reindl | |
be replaced by the MI versions atop() and ptoa() | |||
2005-10-23 | Allow devices to attach behind memory controller, u3 has secondary interrupt | Dale Rahn | |
controller, i2c, and dart(?) behind it. | |||
2005-10-23 | up to 18 lines of unconfigured gpio pins is just noise, hide behind ifdef. | Dale Rahn | |
2005-10-23 | Rework of multicast deletion code for vlan(4) and trunk(4). | Marco Pfatschbacher | |
The previous code could wrongly delete multicast groups on the parent interface. Now we forward only remembered delete requests. OK mcbride, mickey. | |||
2005-10-23 | Document units. | Mark Kettenis | |
ok dlg@ | |||
2005-10-23 | Preliminary sensors support for iMac G5. | Mark Kettenis | |
2005-10-23 | Move rtw_attach error condition handling out of rtw_detach and into | Jonathan Gray | |
rtw_attach simplifying things in the process. ok reyk@ | |||
2005-10-23 | use read/write/barrier callbacks, will be used later | Reyk Floeter | |
ok jsg@ | |||
2005-10-23 | knf | Reyk Floeter | |
2005-10-23 | Some additional rtl8185 specific defines. | Jonathan Gray | |
2005-10-23 | typo | Pedro Martelletto | |
2005-10-22 | shorten ne(4) dmesg entries from 2-3 lines to 1. | Brad Smith | |
Thanks to Han Boetes for testing on an isapnp card. | |||
2005-10-22 | check for 82801FBM SATA in one more spot. | Brad Smith | |
2005-10-22 | 82801FBM_IDE -> 82801FBM_SATA | Brad Smith | |
2005-10-22 | regen | Brad Smith | |
2005-10-22 | Intel PCI id 2653 is actually a SATA controller on the ICH6-M and | Brad Smith | |
not an IDE controller. | |||
2005-10-22 | Make sure we use the corrrect interrupt line on Shasta. | Mark Kettenis | |
ok drahn@ | |||
2005-10-22 | Initialize ddb again. | Mark Kettenis | |
ok drahn@, "yeah" deraadt@ |