Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | enable arc since it works here | David Gwynne | |
2006-08-13 | Remove remains of cut'n'paste from ffs code. | Miod Vallat | |
2006-08-13 | Make sure we generate sfb.h and cfb.h, even though support is not there yet. | Miod Vallat | |
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 | Let the domain keyboard work on models 362 and 382 as well. | Miod Vallat | |
2006-08-13 | Oops, let HIL keyboards work again in the boot blocks. | Miod Vallat | |
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 EV6 processor minor type: 0 is reserved and thus all entries were | Michael Knudsen | |
off by one. Also add a bunch of minor types for EV6 and tables for PCA57 and EV67. The present tables should now be complete as per Alpha Architecture Reference Manual v4. ok miod | |||
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 | Missing rcsid | Miod Vallat | |
2006-08-12 | Fail TIOCSFLAGS if non-root, like all other serial drivers do. | Miod Vallat | |
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 | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) | Kenneth R Westerback | |
in the six cases using "512". As DEV_BSHIFT is always 9, this should be a no-op. "no objections" miod@ "I can't see any problem doing this." pedro@ | |||
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 | |
2006-08-12 | Fill ic_max_rssi with values depending on the radio type. Makes signal | Marcus Glocker | |
strength in percentage work. ok jsg@ | |||
2006-08-12 | the delorme earthmate is NOT a HID (UQ_BAD_HID) | Jason Wright | |
2006-08-12 | sync | Jason Wright | |
2006-08-12 | another delorme earthmate-alike | Jason Wright | |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback | |
RAW_PART's p_size. Since d_secperunit is initialized to 0x1fffffff if not specified there should be no need to use the magic number again. And if d_secperunit was specified then that value should be used instead of the magic number. This was already being done for hp300, luna88k, mac68k, mvme68k, mvme88k. Should be a no-op. | |||
2006-08-11 | typo, settning -> setting | Brad Smith | |
2006-08-11 | An old dvorak typo was lurking here. | Miod Vallat | |
2006-08-11 | For non-console vgafb, force rasops to initialize it as a monochrome resource, | Miod Vallat | |
since we can't program the colormap anyway. | |||
2006-08-11 | Let the windowmove() callbacks return whether they could perform the operation | Miod Vallat | |
or not, so that we can always feed them the complex operations before falling back to rasops; and then topcat can perform coloured solid fills in erase{cols,rows}. | |||
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini | |
rum(4) has been tested on i386 by niallo@ and me and on sparc64 by Pablo Mendez Hernandez so I assume it is endian safe and 64bit clean. | |||
2006-08-11 | no O2's with a R14000 CPU were made, so remove superfluous code. | Jasper Lievisse Adriaanse | |
ok pefo | |||
2006-08-10 | Regen | Miod Vallat | |
2006-08-10 | Try and determine the keyboard layout from its identification string; | Miod Vallat | |
no international keyboards to check I parse the right part of the string, at least domestic keyboards are not affected; hinted at by the old X11R5 server. | |||
2006-08-10 | Embed device list comments in generated hildevs_data.h file; no functional | Miod Vallat | |
change. | |||
2006-08-10 | Handle the ``arrow repeat'' special scancode on button boxes; from the old | Miod Vallat | |
X11R5 server, untested. | |||
2006-08-10 | No need for needs-flag for hil and hilms. | Miod Vallat | |
2006-08-10 | - eliminate re-initialization's when adding IP addresses. | Brad Smith | |
- simplify ioctl handler. | |||
2006-08-10 | match the Coastal ChipWorks TNC-X (yet another uftdi) | Jason Wright | |
2006-08-10 | yet another uftdi: Coastal ChipWorks TNC-X | Jason Wright | |
2006-08-10 | - ANSI functions | Brad Smith | |
- de-register - remove return at the end of void functions - some cosmetic tweaking | |||
2006-08-10 | - move the promiscuous mode handling code to xl_setpromisc() and simplify | Brad Smith | |
the ioctl handler. - eliminate re-initialization's when adding IP addresses. | |||
2006-08-10 | move the promiscuous mode handling code to sis_setpromisc() and simplify | Brad Smith | |
the ioctl handler. | |||
2006-08-10 | - xge_mcast_filter() -> xge_setmulti(). | Brad Smith | |
- move the promiscuous mode handling code to xge_setpromisc() and simplify the ioctl handler. | |||
2006-08-10 | Fix a panic when more than the default number of sempahores are | Todd C. Miller | |
allocated. Problem debugged by thib@ | |||
2006-08-10 | - Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for the | Brad Smith | |
creation of transmit and receive DMA maps. - Fix typos in xge_alloc_rxmem(), make sure to destroy and unmap the RX descriptor map instead of the TX descriptor map when encountering an error. From Gireesh Nagabhushana @ Neterion |