Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-28 | Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now. | Marcus Glocker | |
Remove dead code chunk from if_pgt_pci.c. For those who want to refer to the original code you can find it in ~mglocker/pgt/orig. | |||
2006-08-28 | Get MAC address from the OpenFirmware local-mac-address property on sparc64. | Mark Kettenis | |
Needed to support onboard bge(4)'s on Sun machines which don't seem to be fitted with the EEPROM that normally contains the MAC address. ok brad@ | |||
2006-08-28 | move the firmware messaging under NBIO since it's only used by bio. | David Gwynne | |
2006-08-28 | indicate when the peer announced the Graceful Restart capability, ok claudio | Henning Brauer | |
2006-08-28 | async events defines and structs | Michael Shalayeff | |
2006-08-28 | revert flags usage commits. too close to release. will go in post release ↵ | Brad Smith | |
instead. requested by deraadt@ | |||
2006-08-28 | make a define for dealing w/ the big bit (0x80); no func change | Michael Shalayeff | |
2006-08-28 | properly detect failed drives and do not crash bioctl; krw@ testing | Michael Shalayeff | |
2006-08-28 | fix up disc size check. | Michael Coulter | |
ok krw@ deraadt@ | |||
2006-08-28 | sync | Theo de Raadt | |
2006-08-28 | Except I disagree strongly, and I was not asked | Theo de Raadt | |
2006-08-28 | Fix manual media types by always leaving the PHY in autoneg mode but adjusting | Brad Smith | |
the ANAR as appropriate. Derived from a diff for FreeBSD; same technique used by the Linux r8169 driver. | |||
2006-08-28 | bzero() the sensor memory after allocating it. | Kenneth R Westerback | |
ok marco@ | |||
2006-08-28 | set error and break -- not return an error before spl is set back in ioctl! ↵ | Michael Shalayeff | |
found by krw@ | |||
2006-08-28 | add a BGE_JUMBO flag. | Brad Smith | |
2006-08-28 | turns out the volume info contains a bitmap of failed physdisks in it, so | David Gwynne | |
i can just check if this is non zero to see if a volume is degraded. this means i dont have to pull the raid info page to find failed disks in the volume inquiry. | |||
2006-08-28 | Dell PCI vendor subid. | Brad Smith | |
2006-08-28 | Set the BGE_NO3LED flag to properly adjust the PHY LED mode if attaching | Brad Smith | |
to either a BCM5700 or BCM5701 chip and have the Dell PCI vendor subid. The appropriate code has been in brgphy for 2 years, now the bge(4) driver will use it. Also found in the Broadcom bcm5700 and Linux tg3 drivers. | |||
2006-08-27 | proper justify the size caption to match numbers justification; krw@ ok | Michael Shalayeff | |
2006-08-27 | add -nosplit to AUTHORS; from deanna phillips | Jason McIntyre | |
2006-08-27 | display proper volume device name in the volume line (; krw@ testing | Michael Shalayeff | |
2006-08-27 | tweaks; | Jason McIntyre | |
2006-08-27 | tweaks; | Jason McIntyre | |
2006-08-27 | spelling; | Jason McIntyre | |
2006-08-27 | it works a little better like this. | Brad Smith | |
2006-08-27 | Enable HORRID_III_HACK, but make sure we only disable the data cache on | Mark Kettenis | |
UltraSPARC III and up. That way it isn't really that horrid and doesn't really affect UltraSPARC I & II. This gives us a GENERIC that runs on UltraSPARC III. ok deraadt@ | |||
2006-08-27 | pack several boolean fields into the existing bge_flags field. | Brad Smith | |
2006-08-27 | notes on new bioctl support | Michael Shalayeff | |
2006-08-27 | basic monitoring and management support. there are a few more things to fix ↵ | Michael Shalayeff | |
but fetching array status and rebuild/blinking works on compaq/hp boxen; testing and some fixes by krw@ | |||
2006-08-27 | Change ``etc'' to ``/etc'' for consistency with the rest of th epage. | Ray Lai | |
OK jmc@. | |||
2006-08-27 | Use the correct IGN for the B side of schizo. Makes interrupts actually work | Mark Kettenis | |
in the PCI slot of the v210. ok jason@ | |||
2006-08-27 | Regen | Miod Vallat | |
2006-08-27 | Add ttyb[0-3] nodes for qsc0, not created by default for now. | Miod Vallat | |
2006-08-27 | Document new stuff and fix a few .Nd lines for consistency. | Miod Vallat | |
2006-08-27 | in the restart capability (that we do not actually send yet), set the | Henning Brauer | |
MSB in the first byte, not the LSB to indicate the peer must not wait before sending us updates | |||
2006-08-27 | Work-in-progress VXT2000 support (commented out in GENERIC so far). Glass | Miod Vallat | |
console works on color model, serial console works, ethernet attaches but does not work correctly yet. | |||
2006-08-27 | Extract the device-independent parts of dzms, to let lkms@non-dz exist. | Miod Vallat | |
Don't forget to rerun config(8)! | |||
2006-08-27 | Move cfdriver structs to better places, in preparation for new attachments. | Miod Vallat | |
2006-08-27 | fix a small logic botch in session_accept() in the fast reconnect logic, | Henning Brauer | |
to check wether a session was put in IDLE manually by the operator or by bgpd itself as result of a fatal session error we were looking at the wrong timer, claudio ok | |||
2006-08-27 | add code to announce the restart capability according to | Henning Brauer | |
draft-ietf-idr-restart. Do not announce actual restart capabilities, so that this only serves as indicator that we are capable of sending and receiving the End-of-RIB marker. leave disabled for now, since the code to actually send the EoR-marker is currently ifdef'd out (to be fixed soon) and we wanna play safe for 4.0. and juniper doesn't support that capability (which is not a problem per se) and at the same time has its capability negotiation code completely fucked up, if a capability is rejected they don't indicate WHICH capability they reject (which makes that a problem, tho still a small one and we cope). claudio ok | |||
2006-08-27 | missing htons() in session_rrefresh() | Henning Brauer | |
no surprise sending route refresh requests didn't work on my i386 routers, i think I originally hacked & tested this on sparc64 | |||
2006-08-27 | change how we advertise capabilities. | Henning Brauer | |
we used to put all capability attributes into one optional attribute. this is legal. I recentlu observed that basically all other implementations use one optional attribute per capability attribute. this difference might explain why we - in some cases - saw "unsupoorted capabiliy" notifications from neighbors without the capability in question in the data part. of course that makes capability negotiation a little hard... so switch us to use one optional attribute per capability as well, and ease the code a bit while there, claudio ok | |||
2006-08-27 | add buf_grow() to grow an existing buffer (realloc), claudio ok | Henning Brauer | |
2006-08-27 | mention bio(4) and bioctl(8) | David Gwynne | |
2006-08-27 | sigh, this is annoying. it appears that the arc firmware doesnt care if a | David Gwynne | |
volume is degraded, just if it is working or not. if a volume is degraded, its still online, so we have to go look for missing disks. if a disk has been replaced, but it is yet to be rebuilt, the firmware kindly tells us that it needs rebuilding. we can figure out if a volume is degraded using these two facts. | |||
2006-08-27 | try to get the status of the volume out of the arc firmware and into | David Gwynne | |
bioctl output. this is actually a bit of a struggle since the firmware doesnt represent these states well at all. im only showing the obvious ones: online, init, rebuild, and offline. i have no idea how they tell if a volume is degraded. | |||
2006-08-27 | if a disk dissapears out of a raidset, then the raid info will list its id | David Gwynne | |
as 0xff, and the command to query that phys disk will fail and cause the ioctl to get stuck. so if the disk id is 0xff, fake an offline disk on another bus since bioctl doesnt know how to show that properly. | |||
2006-08-27 | little nit | David Gwynne | |
2006-08-26 | improved text for SUDO; from jared rr spiegel (pr #5204); | Jason McIntyre | |
NOTE: this does NOT close 5204 | |||
2006-08-26 | Doh, compile before commit. | Miod Vallat | |