Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-16 | Belkin RT2601USB. | Jonathan Gray | |
2006-08-16 | regen | Jonathan Gray | |
2006-08-16 | Belkin RT2601USB. | Jonathan Gray | |
2006-08-16 | remove the sparc64 workarounds for the jumbo frame receive ring sizes now | Brad Smith | |
that the iommu code has been fixed. | |||
2006-08-15 | Remove DPRINTF from watchdog routine. To noisy even for debug mode. | Marcus Glocker | |
2006-08-15 | sync | Theo de Raadt | |
2006-08-15 | - Belkin F5D705C is a zyd(4) | Niall O'Higgins | |
2006-08-15 | Remove obsolete macros. | Marcus Glocker | |
Pointed out by deraadt@ | |||
2006-08-15 | a start at the port of ucycom from netbsd (I have an delorme earthmate and | Jason Wright | |
it's damn well going to work correctly soon) | |||
2006-08-15 | spacing | Theo de Raadt | |
2006-08-15 | Some KNF and comment cleanup. | Marcus Glocker | |
2006-08-15 | Improve watchdog handler. | Marcus Glocker | |
ok jsg@ | |||
2006-08-15 | when there's normal sense data i think the command completed ok, there's | David Gwynne | |
just extra data. say there's no residual if that's the case. | |||
2006-08-15 | try to deal appropriate with errors from the io command reply | David Gwynne | |
2006-08-14 | Fix bogus scanning mode. | Marcus Glocker | |
2006-08-14 | split line | Theo de Raadt | |
2006-08-14 | And some more KNF. | Marco Peereboom | |
2006-08-14 | KNF | Marco Peereboom | |
2006-08-14 | More KNF; no functional change. | Marco Peereboom | |
2006-08-14 | Really do what I intended on SMALL_KERNEL configurations. | Miod Vallat | |
2006-08-14 | First in a series of KNF. No functional change. | Marco Peereboom | |
2006-08-14 | replace a incorrect number with a proper define. this is a no-op change | Brad Smith | |
since E1000_FDX_COLLISION_DISTANCE and E1000_HDX_COLLISION_DISTANCE use the same values. From glebius@FreeBSD | |||
2006-08-14 | disable debugging. | Brad Smith | |
2006-08-14 | Change bus_dmamap_create to use the appropriate values. This fixes the | Marco Peereboom | |
issues brad was seeing. Help from jason. ok brad. | |||
2006-08-14 | Add an attribute to the keyboard devices which can produce the keys the | Miod Vallat | |
wskbd hotkey thread knows about, and make this code conditional on this attribute. No functional change, simply smaller kernels on a few platforms. | |||
2006-08-14 | start and stop bgrb during attach and detach respectively. as a bonus | David Gwynne | |
flush the hbas cache on detach as well. writes on my raid5 seem to run fast now. | |||
2006-08-14 | firmware commands (as opposed to io commands) are sent to the firmware via | David Gwynne | |
the IOC_WBUF area in bus_space, and replies to it are read from the IOC_RBUF area. the freebsd and linux drivers define these areas to be 32 dwords in length, but it then goes and casts these spaces to a struct that has a 4 byte word at the start with the length of the message in it, followed by a 124 byte buffer which is filled with the actual message in it. rather than screwing around with an extra struct and casts, we can define this header as a register of its own, and the buffer as a separate region in bus_space. this simplifies command submission and the retrieval of the replies (which is yet to be written properly). | |||
2006-08-14 | Add a bunch more devices. | Jonathan Gray | |
2006-08-14 | regen | Jonathan Gray | |
2006-08-14 | Add a bunch more rum(4) devices. | Jonathan Gray | |
2006-08-14 | Fix 640x480 mode operation (needs a font change, and stride is larger than | Miod Vallat | |
width in this mode). | |||
2006-08-14 | Disable default debug setting now rum works. | Jonathan Gray | |
2006-08-14 | regen | Jonathan Gray | |
2006-08-14 | ARK3116. | Jonathan Gray | |
2006-08-14 | Driver for Arkmicro Technologies ARK3116 USB UART based devices. | Jonathan Gray | |
2006-08-14 | Turn off debug messages by default. | Jonathan Gray | |
Reminded by deraadt@ | |||
2006-08-14 | Use if_hardmtu and simplify the MTU ioctl handler. no-op change. | Brad Smith | |
2006-08-14 | Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it to | Kenneth R Westerback | |
set d_secsize instead of 1 << DEV_BSHIFT. Just for textual consistency in setting d_secsize. No functional change. | |||
2006-08-14 | Pull in abort path code from FreeBSD. Without this, the hardware data toggle | Christopher Pascoe | |
code doesn't work correctly when errored transactions occur. ok dlg@ | |||
2006-08-14 | Handle interrupted tsleep when waiting for synchronous transfer completion. | Christopher Pascoe | |
ok dlg@ | |||
2006-08-14 | Fix mismerge in PWR_RESUME path. | Christopher Pascoe | |
ok dlg@ | |||
2006-08-13 | Get rid of _HI & _LO macros altogether since they used a wrong idiom. | Marco Peereboom | |
This was pointed out by mickey The driver now uses the same idiom as mpi. help from miod, mickey and kettenis ok brad | |||
2006-08-13 | fix a panic when trying to fdisk vnd devices (not svnd) wich | Thordur I. Bjornsson | |
are back by weird images (such as the ones qemu creates). proplem found the hard way by msf@ ok mickey@, pedro@ | |||
2006-08-13 | RAW_PART p_size on floppies and mcd's should be in sectors. | Kenneth R Westerback | |
Only 'Japanese 1.2MB' floppies have sectors that are not 512 bytes, according to isa/fd.c's fd_types[]. SCSI/ATAPI cd's already use sectors, and mcd cd's should be no different. So there should be no functional change. | |||
2006-08-13 | fix a typo, BNX_DRBUG -> BNX_DEBUG | Brad Smith | |
2006-08-13 | Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64 | Kenneth R Westerback | |
fd. Eliminate unused variable and FDC_BSIZE which was only used to set value of the unused variable. No change to object file. | |||
2006-08-13 | Enable hostap mode. Tested with acx100 and acx111. | Marcus Glocker | |
2006-08-12 | Rather than using cs->sc_size to set d_secperunit and then RAW_PART's | Kenneth R Westerback | |
p_size, use d_secperunit to set RAW_PART's p_size. This is more consistant with other usage and makes the intent clearer. This should be a no-op. | |||
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback | |
setting RAW_PART's p_size to d_secperunit * (d_secsize / DEV_BSIZE) is a waste of a few ops. And p_size should be in sectors anyway. Just set RAW_PART's p_size to d_secperunit to make usage consistant across the tree. Should be a no-op. | |||
2006-08-12 | KNF tweak. | Marcus Glocker | |