Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-04 | do a global reset properly. | David Gwynne | |
2007-04-03 | Match su16552. | Mark Kettenis | |
2007-04-03 | On sparc64, prefer the local-mac-address provided by the PROM. Makes sure the | Mark Kettenis | |
MAC address on the builtin ports of the Sun Fire V215 match what is used by the PROM. ok deraadt@ | |||
2007-04-03 | Add iommu glue. | Mark Kettenis | |
2007-04-03 | Really drop data packets if the station is not associated. It does not | Claudio Jeker | |
make sense to keep these packets around and send them out somewhen later when they are no longer valid. OK mglocker@ | |||
2007-04-03 | A fix for smp old world macs such as the 9500MP and 9600MP which lack the | Gordon Willem Klok | |
/cpus openfirmware node of the new world macs, and only have one cpu node. We look at a register of the memory controller called hammerhead for the arbitration bit being set indicating a two way machine. Quad processor old worlds made by e.g. Daystar Digital would require a different heurisitic. This heuristic comes from linux/netbsd. ok kettenis@ and drahn@ | |||
2007-04-03 | Make the ast on i386 per-process instead of per-cpu. This makes | Artur Grabowski | |
signal delivery more reliable in some cases when a process switches cpu. kettenis@ ok | |||
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski | |
a new struct. Instead of doing a huge rename and deal with the fallout for weeks, like other projects that need no mention, we will slowly and carefully move things out of struct proc into a new struct process. - Create struct process and the infrastructure to create and remove them. - Move threads in a process into struct process. deraadt@, tedu@ ok | |||
2007-04-03 | implement the DK INFO ioctl so userland can query the disks product, | David Gwynne | |
vendor, etc details. | |||
2007-04-03 | define the vpd inquiry page code. | David Gwynne | |
2007-04-03 | provide an ioctl interface for userland to ask disk drivers about various | David Gwynne | |
product details. | |||
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne | |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne | |
query. ok krw@ | |||
2007-04-03 | Data direction was not properly encoded in (unused) | Jonathan Gray | |
AX88178 write nodeid command. From Hans Petter Selasky <hselasky@c2i.net> | |||
2007-04-02 | unmapiodev() takes the va as its first argument, not the pa. | Mark Kettenis | |
ok gwk@ | |||
2007-04-02 | When running out of space to place a directory entry in msdosfs_readdir(), | Pedro Martelletto | |
save the correct offset in case the directory has support for long file names, and return it to the caller so she can proceed from a valid point. From Alexey Vatchenko, okay tedu@. | |||
2007-04-02 | Remove bogus code. Turning on parity for pci busses may be a good idea, but | Mark Kettenis | |
this is not the way to do it. And given the way Sun host bridges crap out upon access to pci config space for nonexistent devices, this code is rightout harmful for machines where device 0 isn't present on some busses. Tested by many; ok deraadt@ | |||
2007-04-02 | Return EFBIG in case not enough segments are present to load a DMA request | Claudio Jeker | |
instead of ENOMEM and remove/shortcut the additional debug printfs. Some network drivers will try to load the mbuf chain and linearize the mbufs if EFBIG is returned. OK miod@ kettenis@ | |||
2007-04-02 | vrele() the destination directory vnode in ufs_rename() if the call to | Pedro Martelletto | |
ufs_checkpath() fails, okay krw@ tom@ thib@ deraadt@ | |||
2007-04-02 | Similar to other drivers call if_start() at the end of the rx interrupt because | Claudio Jeker | |
ieee80211_input() may enqueue packets. OK jsg@ | |||
2007-04-02 | Read log page 10h to determine the NCQ error, instead of aborting all | Christopher Pascoe | |
active commands when an error is encountered. ok dlg@ | |||
2007-04-01 | Correct URL to UHCI spec. | Jonathan Gray | |
From dunceor@gmail.com | |||
2007-04-01 | Add code to establish interrupts. | Mark Kettenis | |
2007-04-01 | Write MAC and BSSID into devices template RAM at init time. | Marcus Glocker | |
2007-04-01 | s/multpile/multiple/ | Ray Lai | |
From Dunceor. | |||
2007-04-01 | Shift pci tags for PCIe. | Mark Kettenis | |
2007-04-01 | Provide (non functional) dma tag. | Mark Kettenis | |
2007-04-01 | Shift tags when converting them into an address offset. Necessary to support | Mark Kettenis | |
access to PCIe config space, which is larger than normal PCI config space. | |||
2007-04-01 | Fix DEBUG built. | Mark Kettenis | |
ok art@ | |||
2007-04-01 | Some sorting. More comments. | Marcus Glocker | |
2007-04-01 | Cleanup sc_softc. | Marcus Glocker | |
2007-04-01 | There is no need to keep the intrstr in the drivers softc struct. | Marcus Glocker | |
2007-04-01 | Remove some leftovers from the userret cleanups. | Artur Grabowski | |
No need to save sticks anymore. miod@ ok and test | |||
2007-04-01 | Correct some sili port offsets. | Jonathan Gray | |
ok dlg@ | |||
2007-04-01 | Remove dead code. Comments. | Marcus Glocker | |
2007-03-31 | Since I spent some work on this beast, too, I allow myself to add me | Marcus Glocker | |
to the drivers copyright note. | |||
2007-03-31 | Match on the 3132 as well. | Jonathan Gray | |
ok dlg@ | |||
2007-03-31 | Move extraction / verification of PHY and radio values into own functions. | Marcus Glocker | |
Move initialization of the microcode flags bitfield into own function. Simplify and improve chip access validation function. Restructure initalization flow according to the reverse engeneering pages. We are able to ifconfig up again after a ifconfig down now. | |||
2007-03-31 | do nbuf constraint based on KERNEND/KERNBASE to avoid integer overflow from ↵ | Theo de Raadt | |
new giant sparc64 kvm; ok kettenis, tested by pooleb | |||
2007-03-31 | Map PCIe config space. | Mark Kettenis | |
2007-03-31 | Print correct function name in diagnostic output. | Alexander Bluhm | |
ok pedro | |||
2007-03-31 | Fix DEBUG. | Mark Kettenis | |
2007-03-31 | deregister, no change in object code | Pedro Martelletto | |
2007-03-31 | Add missing bintime2timespec(). | Mark Kettenis | |
ok art@ | |||
2007-03-31 | sync | Reyk Floeter | |
2007-03-31 | Move offline state up in priority over degraded. | Marco Peereboom | |
Various cleanups in state functions. | |||
2007-03-31 | Fix bio disk lookup and make it more paranoia with provided parameters. | Marco Peereboom | |
Clean up a little while there. | |||
2007-03-31 | Spacing and a stale comment. | Marco Peereboom | |
2007-03-31 | sync | Reyk Floeter | |
2007-03-31 | add Matrox G200e (ServerEngines) found in HP DL145 G3 servers | Reyk Floeter | |