Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-20 | add a comment explaining why we set the MAC address as we do. | Brad Smith | |
From FreeBSD | |||
2005-07-20 | fix setting the MAC address in rl_init() so that "ifconfig lladdr" works | Brad Smith | |
as expected. From form@ via mpech@ | |||
2005-07-20 | Remove some more dead code and stale comments. | Marco Peereboom | |
2005-07-20 | Remove some old NetBSDism for resource shortages. Add proper handling for this | Marco Peereboom | |
in OpenBSD. | |||
2005-07-20 | Delete dead code. | Marco Peereboom | |
2005-07-20 | Skip processor devices when running PPR as per XXX. Ran into a box where the | Marco Peereboom | |
SAFTE device freaked out when a PPR was attempted. | |||
2005-07-19 | - the self linked hardware rx descriptor list does not work in hostap | Reyk Floeter | |
mode, use the normal behaviour with rx overrun interrupts for now. this prevents the hostap from locking under heavy load (like ping -f) and it works more reliable. - run ath_calibrate in splnet() context (from netbsd) | |||
2005-07-19 | A potpourri of IBM RGB525 ramdac defines, which will be necessary shortly. | Miod Vallat | |
2005-07-18 | fix sparc64 console; same diff as miod | Theo de Raadt | |
2005-07-18 | revert marcos bio changes, mickey not ok | David Gwynne | |
2005-07-18 | COM_CONSOLE & DDB fix | Theo de Raadt | |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt | |
2005-07-18 | Rip out all previous bio code because it sucked. Replaced all ioctl code in | Marco Peereboom | |
ami(4) and bio(4). Note that this will break trees where userland and kernel are not in sync. ok dlg@ | |||
2005-07-17 | Allow the console support code not to be compiled in; this will be | Miod Vallat | |
necessary for and only used on sparc, shortly. Reluctantely ok deraadt@ | |||
2005-07-14 | Oops, commit actual structure that we need... | Marco Peereboom | |
2005-07-14 | Add physical disk structure. | Marco Peereboom | |
2005-07-12 | Print the card number the chipset string is obtained from. | Jonathan Gray | |
As this is not a 1 to 1 mapping it can be useful to know this number, in particular if you have a broken device and want to upgrade the firmware. Prodded by jolan@, ok deraadt@ | |||
2005-07-12 | Add AMI_MAX_TARGET. | Marco Peereboom | |
2005-07-11 | Enable IR receive mode only for infrared capable PXA2x0 UARTs. Normal | Uwe Stuehler | |
reception is blocked while the IR receiver or transmitter is enabled. Also enable the PXA2x0 UART before clearing the FIFO (suggested by drahn@ some time ago), and disable the UART in compwroff(). ok deraadt@ | |||
2005-07-10 | Add diskarray structure for modern controllers. | Marco Peereboom | |
2005-07-08 | Remove verbosity during autoconf when running in vmware. | Marco Peereboom | |
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ↵ | Michael Shalayeff | |
configs for now | |||
2005-07-03 | Fix data_length values in simulationed MODE SENSE page 4 responses so | Kenneth R Westerback | |
that scsi_do_mode_sense() accepts them. The data_length value does not include itself, and the pg_length value in a mode page does not include itself or the page_code fields. We were +1 on the former and -2 on the latter resulting in a data_length value that was too small by one. Eliminates 'mode sense page 5 not simulated' messages. ok marco@ | |||
2005-07-03 | MCR_AFE, found on some chips | Theo de Raadt | |
2005-07-02 | oops | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in rl_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in ral_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | set IFCAP_VLAN_MTU and do not whine if we cannot get mbufs | Brad Smith | |
2005-07-02 | xscale UART FIFOs are 32 bytes deep; found by deraadt@ | Uwe Stuehler | |
2005-06-28 | NBIO > 0 the bioctl code. | Marco Peereboom | |
Conditional jump to ami_ioctl() if NBIO > 0 is defined. ok deraadt@ mickey@ | |||
2005-06-28 | implement ami_schwartz_poll() per the FIXME leftover from the hackathon. | Marco Peereboom | |
ok mickey@ | |||
2005-06-28 | allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ ↵ | Michael Shalayeff | |
testing and ok | |||
2005-06-28 | do not whine if we cannot get mbufs. | Brad Smith | |
2005-06-26 | rev 1.29 | Brad Smith | |
hme_init(): call mii_mediachg() to make sure the current media is set. From NetBSD | |||
2005-06-25 | re-add ASIX check lost in rev 1.77 | Brad Smith | |
2005-06-23 | clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources. | Brad Smith | |
2005-06-23 | Use proper type for 32 bit entity. s/long/int | Robert Nagy | |
This is needed for bktr(4) to work on sparc64. testing and ok by mickey and Jacob Meuser <jakemsr@jakemsr.com> | |||
2005-06-21 | remove duplicate function prototypes. ok deraadt | Kevin Lo | |
2005-06-20 | Replace arpcom in the softc with ieee80211com in preparation for | Jonathan Gray | |
further net80211 changes. ok mickey@ | |||
2005-06-20 | fix a couple of 'use after free' bugs on mbuf chains in the tx path. | Damien Bergamini | |
originally pointed out by Mike Silbersack on the fbsd version of the iwi driver. | |||
2005-06-18 | Switch master and surround volume controls on AD1888 and AD1985 | Can Erkin Acar | |
Control muting of both left and right channels. | |||
2005-06-17 | remove non-constant array initializers which is a GNU extension. | Reyk Floeter | |
suggested by anil some time ago. | |||
2005-06-16 | supply mising busdma flags to ami_cmd (used to be 0 for waitok); | Michael Shalayeff | |
spread a few dma_sync calls in the completion sequence; minor cleanups. marco@ ok | |||
2005-06-15 | Match RTL8255 transceiver and stub out related support functions. | Jonathan Gray | |
2005-06-13 | Move a bunch of small functions that only get called once into | Jonathan Gray | |
their calling functions. | |||
2005-06-09 | don't need vlan.h here | Brad Smith | |
2005-06-08 | completely revert rev 1.52, which broke ral for some people; from danh@ | Christian Weisgerber | |
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-06-08 | disable RX checksum offload until its fixed on little endian systems | Brad Smith | |