Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-06 | s/REESSERVED/RESERVED/ | Jason Wright | |
2002-04-06 | regen | Michael Shalayeff | |
2002-04-06 | actiontec wlan support; form jason@ackley.net via pr#2526 | Michael Shalayeff | |
2002-04-05 | mark that there is no siginfo code here. Damn it, geez | Theo de Raadt | |
2002-04-05 | protect another use of wskbd_repeat with #if NWSDISPLAY > 0 | Jason Wright | |
2002-04-05 | fxp does not work on powerpc. | Dale Rahn | |
2002-04-05 | add wsmux to the macppc ramdisk, to allow all keyboards to attach. | Dale Rahn | |
2002-04-05 | Add another check for sc->wi_gone; from FreeBSD | Todd C. Miller | |
2002-04-05 | Actually set wi_gone when we detach, based on what the an driver does. | Todd C. Miller | |
2002-04-05 | remove un-needed stuff. I leave NFSCLIENT for hugh | Theo de Raadt | |
2002-04-05 | Use the OF set-colors operation instead of the color! operation, this | Dale Rahn | |
interface seems to work on more machines, also is more efficient when XF4/wsfb is setting the palette. ok deraadt@ | |||
2002-04-04 | permit maxusers down to 2 | Theo de Raadt | |
2002-04-04 | permit compiling without NFS | Theo de Raadt | |
2002-04-04 | Some PCI machines do not implement the uperf registers. Those that do | Jason Wright | |
provide an 'sc at ebus'. Use that instead of a direct attachment of uperf to psycho. | |||
2002-04-04 | lithuanian kbdmap, made from the script at http://open.bsd.lt | Michael Shalayeff | |
2002-04-04 | wi_init() now takes a struct wi_softc * not a void * since an sc pointer | Todd C. Miller | |
is available everywhere wi_init() is called. deraadt@ OK | |||
2002-04-04 | Catch broken devices on sparc64 (where broken == devices that don't have | Jason Wright | |
a function 0). Many thanks to Joey Coleman <joeycoleman@acm.org> for fixing this. | |||
2002-04-04 | s/0/NULL for pointers | Jason Wright | |
2002-04-04 | Fetch the "idprom" property from the root and if that fails get it | Jason Wright | |
from the nvram. | |||
2002-04-03 | fix possible alignment problem; with markus@, angelos@ deraadt@ ok. | Federico G. Schwindt | |
2002-04-03 | The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 does | Todd C. Miller | |
not map the PLX registers so the driver cannot enable interrupts on the PLX chip (this is OK since the card's EEPROM does it for us). To work around this we check that what we expect to be the PLX registers are a) I/O mapped and b) have a non-zero size. OK mickey@ | |||
2002-04-03 | In Host-AP mode, set IBSS SSID to the normal network id. This makes | Todd C. Miller | |
"ifconfig nwid FOO" work correctly in Host-AP mode. | |||
2002-04-03 | Don't process WCCPv1-style GRE packets, unless allowed (via sysctl | Angelos D. Keromytis | |
variable); GRE processing must also be allowed. From joeycoleman@acm.org, ok deraadt@ niklas@ | |||
2002-04-03 | WCCP sysctl variable -- ok deraadt@ niklas@ | Angelos D. Keromytis | |
2002-04-03 | move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUG | Jason Wright | |
2002-04-03 | Replace the implementation of microtime with one written in C that doesn't ↵ | Jason Wright | |
go backwards on machines w/out counter-timer Remove a bunch of uncessary code (#if 0, #undef, etc) [still exhibits bad behavior on counter-timer machines, but it's the same behavior as the assembler version] | |||
2002-04-03 | in PCITAG_SETNODE s/t/x to match usage; from netbsd | Jason Wright | |
2002-04-03 | deal with ccb shortage correctly, ok mickey@ | Niklas Hallqvist | |
2002-04-03 | - read the rx completion register exactly once. | Jason Wright | |
- don't complain about still owned descriptors tested by myself and Joey Coleman <joeycoleman@acm.org> | |||
2002-04-03 | back out ALTQ diff which breaks it; see PR 2517 | Theo de Raadt | |
2002-04-03 | gx doesn't actually do bitbanging | Nathan Binkert | |
2002-04-03 | disable userland crypto for 3.1 | Theo de Raadt | |
2002-04-02 | gx doesn't use vtophys | Nathan Binkert | |
2002-04-02 | keylen is either 8 (40 bit secret ) or 16 (104 bit) | Markus Friedl | |
wrong index used for RC4SWAP during key setup IV is stored in little endian format; works for millert@ | |||
2002-04-02 | time and time+4 might not be the same in the %hi (copycat jason) | Michael Shalayeff | |
2002-04-02 | match on BCM5421S. ok deraadt | Dale Rahn | |
2002-04-02 | sync | Dale Rahn | |
2002-04-02 | add xxBROADCOM 0x000e as BCM5421S, ok deraadt@ | Dale Rahn | |
2002-04-02 | move to gx | Theo de Raadt | |
2002-04-02 | bit defns for %tick (basically the ticker bits and the npt bit) | Jason Wright | |
2002-04-02 | uncomment lxtphy(4) and enable eephy(4) in the RAMDISK kernel; | lebel | |
asked by miod@, OK'ed by drahn@ | |||
2002-04-02 | new PowerBook G4 has a Marvell 88E1000 Gigabit PHY, model 6, | lebel | |
so activate the eephy(4) device for it | |||
2002-04-02 | add support for Marvell 88E1000 Gigabit PHY, model 6; | lebel | |
from nate@, with one forgotten closing ) and a typo. :) | |||
2002-04-02 | sync | lebel | |
2002-04-02 | Marvell 88E1000 Gigabit PHY, model 6; from nate@ | lebel | |
2002-04-02 | gx works on alpha and i386 add a commented line for the driver | Nathan Binkert | |
2002-04-02 | Add some new IDs for the Marvell Gigabit PHY | Nathan Binkert | |
2002-04-02 | sync | Nathan Binkert | |
2002-04-02 | Add gx(4) | Nathan Binkert | |
This driver is for the Intel gigabit cards including those based on 82542, 82543 and 82544 chips. Base driver from FreeBSD Support for 82544 from me. | |||
2002-04-02 | sync | Nathan Binkert | |