Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat | |
arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime. | |||
2005-09-12 | Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@ | Miod Vallat | |
2005-09-12 | knf plus use __func__; no functional change. | Federico G. Schwindt | |
2005-09-12 | Do not leak memory if cardbus_read_exrom() fails; ok fgs@ | Miod Vallat | |
2005-09-12 | better cis string parsing. from drochner@netbsd.org; tested by jmc@. | Federico G. Schwindt | |
2005-09-12 | cleanup comments | Martin Reindl | |
from NetBSD | |||
2005-09-12 | regen | Jonathan Gray | |
2005-09-12 | ZyDAS USB IDs. | Jonathan Gray | |
2005-09-12 | regen | Jonathan Gray | |
2005-09-12 | ZyDAS PCI IDs. | Jonathan Gray | |
2005-09-12 | - Add byte-swap and stride options to bus_space. | Martin Reindl | |
- Add bus_space_*_stream_N functions - Replace PGOFSET with m68k_trunc_page() or m68k_page_offset() from NetBSD, testing help by otto@ | |||
2005-09-12 | provide m68k_page_offset() | Martin Reindl | |
2005-09-11 | typo, th -> the | Brad Smith | |
2005-09-11 | ivec[] needs to be one entry larger on 188. | Miod Vallat | |
2005-09-11 | oops. unused var | Michael Shalayeff | |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff | |
2005-09-11 | Don't use a global variable to indicate that we are | Brad Smith | |
stge1023. Use an sc member. From christos NetBSD | |||
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback | |
headers; } to just union scsi_mode_sense_buf {}. No functional change. ok marco@ | |||
2005-09-11 | Some UMASS devices blow up if MODE SENSE buffer length is 0 (aka 256). | Kenneth R Westerback | |
Some blow up if buffer length is not 0. Just fake geometry for all UMASS devices since it's almost always fictitious anyway. One step on the road to eliminate geometry entirely. Fixes Ed Wandasiewicz's 2nd gen iPod mini and Sebastiaan Indesteege's UBest Technology device. ok marco@ | |||
2005-09-11 | when adding any IP addresses make sure to UP the interface. | Brad Smith | |
ok reyk@ | |||
2005-09-11 | cope with the ___moddi3 issue, same as mvme68k | Theo de Raadt | |
2005-09-10 | whitespace removal and KNF | Brad Smith | |
2005-09-10 | - a few fixes from the FreeBSD driver | Brad Smith | |
- make use of pci_mapreg_map() - ensure driver cleans after itself if ste_attach() fails | |||
2005-09-10 | update the trunk(4) driver | Reyk Floeter | |
- add multicast support by passing multicast addresses to the ports. this is a requirement for carp(4) over trunk(4). - support the smallest common interface capabilities. ie., this adds support for VLAN MTUs if all attached ports have this capability. - add a port_destroy callback to the trunk protocol. this fixes a potential crash if the master port has been detached while running. discussed with deraadt@, brad@ and some others. | |||
2005-09-10 | do not trust user input for sysctl. constrain arguments passed to ktrace | Theo de Raadt | |
to CTL_MAXNAME; ok espie uwe | |||
2005-09-10 | copy the MAC address from sc_arpcom.ac_enaddr to sc_enaddr in | Brad Smith | |
gem_init() just before calling gem_init_regs() so the proper MAC address gets programmed into the card (if it has been changed by say ifconfig lladdr for example). Noticed and diff tested by: Troex Nevelin <troex at fury dot scancode dot ru> | |||
2005-09-10 | Prettier diagnostic message; ok deraadt@. | Alexander Yurchenko | |
2005-09-10 | upon shutdown(), if socket is unconnected return ENOTCONN; ok millert | Theo de Raadt | |
2005-09-10 | ansi, no binary change. | Jonathan Gray | |
ok reyk@ | |||
2005-09-10 | beef up and correct the example section | Martin Reindl | |
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Chelsio Communications 10GbE PCI vendor and product ids. | Brad Smith | |
2005-09-10 | regen | Brad Smith | |
2005-09-10 | - add Apple FW PCI id | Brad Smith | |
- add ATI 9600 LE Secondary PCI id - make ATI Secondary PCI entries more consistent in naming | |||
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Neterion vendor id and Xframe 10GbE product id. | Brad Smith | |
2005-09-09 | knf. no binary change. | Federico G. Schwindt | |
2005-09-09 | typos | Pedro Martelletto | |
2005-09-09 | regen | Michael Shalayeff | |
2005-09-09 | another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se> | Michael Shalayeff | |
2005-09-08 | - Removes spl durring attach | Brad Smith | |
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@ | |||
2005-09-08 | save the pcitag | Reyk Floeter | |
2005-09-08 | regen | Michael Shalayeff | |
2005-09-08 | two more ibm serveraid ids | Michael Shalayeff | |
2005-09-08 | remove unused variables from ath_pci_softc | Reyk Floeter | |
2005-09-08 | use ieee80211_iterate_nodes to iterate the nodes and add a extra check | Reyk Floeter | |
for the maximal number of gpio pins. | |||
2005-09-08 | fix a possible division by zero by using minimal default values for the | Reyk Floeter | |
beacon interval and the beacon miss timeout (beacon interval * 7). | |||
2005-09-08 | tell the driver to allocate memory for the size of ath_pci_softc | Reyk Floeter | |
instead of ath_softc. this fixes possible page faults with ath@pci. | |||
2005-09-08 | make comments match the fact that we are on sun4u, plus minor cleanup | Martin Reindl | |
ok mickey@ | |||
2005-09-08 | mostly knf | Reyk Floeter | |
ok jsg@ |