Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-19 | the thinkpad 60 models are in "state" 5. | Ted Unangst | |
ok deraadt jasper jsg mk | |||
2007-05-19 | My 3c905C needs a brief pause after reset for PIO too, at least on hppa. | Mark Kettenis | |
tested by thib@, ok deraadt@ | |||
2007-05-19 | regen | Moritz Jodeit | |
2007-05-19 | Add Radeon X700 PCIE, Radeon X700 PCIE Secondary and Marvell 88SE6145 SATA. | Moritz Jodeit | |
2007-05-19 | command ids for mailbox commands | David Gwynne | |
2007-05-19 | stash the dma tag in sli_softc | David Gwynne | |
2007-05-19 | hook up interrupts, but a little different to what i usually do. this maps | David Gwynne | |
the interrupt before the bus independant code is attached, and establishes the interrupt after that. | |||
2007-05-18 | fix the check of wsmouse_calibcoords values and | Robert Nagy | |
invert the X or Y coordinates to make the top left corner (0,0). | |||
2007-05-18 | spelling in comment fix | David Gwynne | |
2007-05-17 | copy the lladdr from the arpcom struct onto the hardware when the interface | David Gwynne | |
is brought up. this driver now supports all the features our network layer expects of it. | |||
2007-05-17 | support changing the mtu up to the maximum frame size it currently | David Gwynne | |
supports (MCLBYTES). | |||
2007-05-16 | add definitions for the bits in the "register" bus_space region. | David Gwynne | |
2007-05-16 | add support for multicast addresses. this adds the add/del multi handlers | David Gwynne | |
to the ioctl, and programs the multicast filter in tht_iff. we are not using the perfect multicast filters, only the imperfect one. i think there is a requirement that addresses in the perfect filter be in order, but im not sure how to do that nicely (yet). this has taken a long time because i dont know how to write c. | |||
2007-05-16 | map the pci BARs that we're interested in. this gives us access to the | David Gwynne | |
chips registers and io interface, but whats actually in them is still a mystery to me. | |||
2007-05-15 | regen | Marcus Glocker | |
2007-05-15 | Add vendor and product; AmbiCom, Inc. WL54CF. | Marcus Glocker | |
2007-05-15 | start work on a driver for emulex fibre channel controllers. | David Gwynne | |
it is split up into a bus independant chunk (dev/ic/sli*) and the attach glue (dev/pci/sli_pci.c) cos there are sbus varaints of this chip which i hope to get my hands on one day. this does nothing except attach to the LP8000 controllers. | |||
2007-05-14 | Properly wrap mii_tick() up in splnet(). | Jonathan Gray | |
This seems to fix a bizzare problem I was having for some time with msk on MP amd64 where the machine would reboot itself under load. At least sk(4) and rl(4) code seems to have the potential for a similiar problem. ok kettenis@ | |||
2007-05-14 | wsmouse.h is needed for the NWSMOUSE test to actually work | Ted Unangst | |
found by and ok art | |||
2007-05-14 | delete unused code; ok krw | Theo de Raadt | |
2007-05-14 | Convert from lockmgr to rwlock. | Jonathan Gray | |
Initial diff from krw@, uneeded lock_mii()/unlock_mii() on all commands in existing code removed by me so it doesn't try to recurse. ok krw@ | |||
2007-05-14 | Remove crufty unused code. | Jonathan Gray | |
ok kettenis@ krw@ henning@ | |||
2007-05-13 | sync comment with reality | Felix Kronlage | |
2007-05-12 | Take alignment restrictions into account when setting up RAM buffer addresses. | Mark Kettenis | |
This makes Yukon-2 FE chips work reliably. Pointed out by giovanni at gmail dot com. | |||
2007-05-12 | Use VNDLABELDEV() and not DISKLABELDEV() in writedisklabel() since | Kenneth R Westerback | |
VNDLABELDEV() is used in readdisklabel(). VNDLABELDEV() preserves the vndsimple() property encoded in the device. | |||
2007-05-12 | Add initial bits for assembly at boot time. | Marco Peereboom | |
2007-05-11 | regen | Marcus Glocker | |
2007-05-11 | Add vendor and product; AboCom Systems, Inc. SDW11G. | Marcus Glocker | |
2007-05-11 | Ditch acard_pci_intr() as nothing currently uses it. | Jonathan Gray | |
Pointed out by deraadt@ | |||
2007-05-10 | Don't skip channels that don't have the WDCF_IRQ_WAIT flag set. Apparently | Mark Kettenis | |
some chips generate interrupts we don't expect, but we need to ack those. Fixes the cdrom hangs on various sparc64 systems. tested by some, ok deraadt@ | |||
2007-05-10 | remove and hide code that isn't used. | David Gwynne | |
found by deraadt@ | |||
2007-05-09 | Remove an obsolete comment which guesses about a register write an never | Marcus Glocker | |
was used anyway. OK claudio@ | |||
2007-05-09 | diable -> disable | Miod Vallat | |
2007-05-09 | delete unused functions. typical vendor garbage driver..; ok kettenis | Theo de Raadt | |
2007-05-09 | Revert rev 1.116. For some reason this caused the device to do DMA from/to | Mark Kettenis | |
random addresses in some cases, causing watchdog timeouts. tested by many; ok deraadt@ | |||
2007-05-09 | remove the internal wrapper functions for ieee80211_mhz2ieee and | Reyk Floeter | |
ieee80211_ieee2mhz which also removes some dead code. figured out by deraadt@ | |||
2007-05-08 | Assemble disk from user supplied metadata. | Marco Peereboom | |
Verify all metada to make sure it is correct; this includes sorting the chunks Add 2 new functions for printing uuid and metadata. | |||
2007-05-08 | backout while the amd64 puc situation is rethought | Theo de Raadt | |
2007-05-08 | non-static inline functions waste space | Theo de Raadt | |
2007-05-08 | #if 0 a function that is only ever called in #if 0 | Theo de Raadt | |
2007-05-08 | move com_activate() to where it belongs | Theo de Raadt | |
2007-05-08 | 2nd one found: If you really wish to make a function __inline (which will | Theo de Raadt | |
be called once), please also make it static so that the compiler does not generate a 2nd one to export to outside callers! that is a stupid waste of space. | |||
2007-05-08 | Make use of struct wsmouse_calibcoords and add ioctl support | Robert Nagy | |
for getting and passing calibration values. Move the scale struct to uts_softc so that each device can have it's own values instead of using the global one. ok miod@ | |||
2007-05-08 | repair com/fxp foo_detach() stuff, the hardest part being the pccom mess | Theo de Raadt | |
2007-05-08 | add swapxy, resx and resy to struct wsmouse_calibcoords, | Robert Nagy | |
so we can store these values here; ok miod@ | |||
2007-05-08 | put more foo_detach() routines where they are used | Theo de Raadt | |
2007-05-08 | #ifdef notdef functions which are only called in #ifdef notdef contexts | Theo de Raadt | |
2007-05-08 | places they get called are #ifdef notdef, so the code itself can be too | Theo de Raadt | |
2007-05-08 | rl_detach() is only used for cardbus case | Theo de Raadt | |
2007-05-08 | wdcrestart() is never used | Theo de Raadt | |