Age | Commit message (Collapse) | Author |
|
|
|
The card correctly loads the firmware and it is possible to send a few
simple commands to the card but that's it. No packet are sent or received.
Only the Netgear WG511v2 cardbus card is tested.
A cheese fondue and a bigger amount of white wine was needed to make the
interrupts work -- until last night the driver was uploading the firmware
to fast and the card garbled the image without moaning. It took us a full
day and hundreds of test kernels to figure that out.
Joint work with mglocker@, fondue by mbalmer@
OK mglocker@, get it in deraadt@
|
|
|
|
|
|
|
|
ok deraadt@
|
|
|
|
referencing tb(4).
ok deraadt
|
|
ok deraadt@ jsg@
|
|
|
|
help from mickey@, "commit it" miod@
|
|
code. however, it is still cluttering up the kernel namespace a bit. it is
better gone.
ok claudio@
|
|
cleaner driver that supports more hardware.
|
|
so that things can use it; tested on all architectures; ok kettenis
|
|
ok brad@
|
|
ok deraadt
|
|
from krw@ and toby@, subliminal prodding from dlg@, okay deraadt@.
|
|
decodes NMEA messages completely transparent to userland applications, i.e.
userland can still use the NMEA stream and talk to the device. If data
is received, a timedelta sensor suitable for ntpd is created. The timestamp
is not very precise at the moment, use of this is experimental at best.
"get it in or we see how well the swiss people can swim" deraadt@
|
|
generic bus layer, and SCSI emulation for SD/MMC memory cards.
|
|
and additionaly make the code part of the MROUTING option. Put it in deraadt@
|
|
controllers currently supported by mpt(4).
ok marco@
|
|
relying upon them.
|
|
Not yet activated. Diff by marius@ long ago, from NetBSD.
Okay miod@ and krw@.
|
|
|
|
The MIC generates a weak 64bit digest protected by an additional key.
Obviously, this digest alg is required for future IEEE 802.11i/WPA
support.
test vectors passed on alpha amd64 mvme68k mvme88k sgi sparc sparc64 vax i386
ok djm@
|
|
|
|
gpioow(4) 1-Wire bus bit-banging through GPIO pin
onewire(4) 1-Wire bus driver
owid(4) 1-Wire ID family type device
owtemp(4) 1-Wire temperature family type device
Drivers for RS-232 and USB bus masters will follow.
ok deraadt@
|
|
|
|
|
|
|
|
t1 105.
tested by henning@ djm@
ok kettenis@ put it in deraadt@
|
|
freak out when more than one device driver touch the i2c devices.
Reported by: Srebrenko Sehic <ssehic at gmail dot com>
ok kettenis@
|
|
also activate ISA attachment;
ok brad@
|
|
|
|
some cases; also silence a few udf messages unless option DIAGNOSTIC.
Tests and tweaks and ok pedro@
|
|
lm78var.h.
Now that I've completely rewritten the driver, replace copyright with my own.
suggested by deraadt@
|
|
This brings net80211 support and support for newer hardware.
In addition ancontrol is no longer needed.
This driver does not yet work on big endian archs like the previous
one did.
"do it" deraadt@
|
|
chipsets in ral(4).
- restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c
- import the 8051 microcode files required by these chipsets.
- more to come; there is currently no automatic rate control and some
features are untested (hostap and ibss modes for instance). most of
the pre-802.11n capabilities of the RT2661 chipset are not supported
(like frame aggregation, piggy-back). MIMO should work though the
performance/range gain has not been measured.
|
|
attributes.
|
|
which duplicates work done by uvm_swap_init().
|
|
otherwise it's just a waste of bytes.
ok deraadt@ mickey@
|
|
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument;
also procfs_checkioperm() becomes process_checkioperm().
From art@ some time ago; ok kettenis@ pedro@
|
|
|
|
|
|
tested on GENERIC and RAMDISK_CD to see if the small_kernel stuff stays
happy
|
|
makes wi prematurely depend on net80211 code which bloats the
ramdisks.
ok dlg@
|
|
|
|
It is now possible to enable multicast routing in the kernel with
the sysctl option net.inet.ip.mforwarding=1
Based on intial work by msf@
help claudio@
ok claudio@ deraadt@
|
|
code duplication in cardbus, pcmcia and puc attachments.
Joint effort with fgs@; blessed deraadt@
|
|
a flag in the rasops_info structure; drivers which may use it shall declare
a specific attribute for the config(8) machinery, so that the necessary code
is compiled in.
In addition to this, rotated font computation is now done on-demand, and a
list of unrotated-rotated font cookie pairs is kept, rather than rotating all
built-in wsfonts at initialization time.
No user-perceptible functional change.
Tested matthieu@ uwe@, ok uwe@
|