summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-04-13Add support for the Marvell PHY that's on the Intel GigE cards.mjacob
2001-04-13Be more explicit about the Intel GigE cards.mjacob
2001-04-12- initial rx buffer ring management routines and allocationJason Wright
2001-04-12- complete rewrite of transmit routines (these really work, but needJason Wright
2001-04-12Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@Nathan Binkert
2001-04-12Allow kernels with just MFS and no FFS. Fixes PR#323.Constantine Sapuntzakis
2001-04-12- sort of working transmit routines and tx interrupt handling, definatelyJason Wright
2001-04-12Remove a bogus __attribute__ ((unused)) from _splraise.Artur Grabowski
2001-04-12Call isa_malloc with drq < 4, in case 8-bit DMA channels with moreConstantine Sapuntzakis
2001-04-12The old code was broken and always allocated for a 16-bit DMA channel,Constantine Sapuntzakis
2001-04-12print phy model at startupTheo de Raadt
2001-04-11correct descriptor definitions for tx and fragJason Wright
2001-04-11just fail if there are no volumes definedMichael Shalayeff
2001-04-11make this load the linux style image file as distributed on 3com'sJason Wright
2001-04-11driver for BCM5201/5202 PHYTheo de Raadt
2001-04-11include brgphyTheo de Raadt
2001-04-11BCM5401/5411 supportTheo de Raadt
2001-04-11syncTheo de Raadt
2001-04-11other broadcom gigabit modelsTheo de Raadt
2001-04-11Remove old adw firmware (3.3a). 3.3f in dev/microcode/adw.Kenneth R Westerback
2001-04-11disallow userland programs from specifying addresses with IPV6_PKTINFOJun-ichiro itojun Hagino
2001-04-11syncJason Wright
2001-04-11integrated phy on ns83815Jason Wright
2001-04-11syncChris Cappuccio
2001-04-11Fix typo on rage 128Chris Cappuccio
2001-04-11Update the adw driver to use the latest version of firmware (3.3f).Kenneth R Westerback
2001-04-11Commit newest adw microcode (3.3f) filesKenneth R Westerback
2001-04-11The RealTek 8129/8139 driver is now split into bus-dep and bus-indep parts.Aaron Campbell
2001-04-11syncChris Cappuccio
2001-04-11Add some ATI 3d devicesChris Cappuccio
2001-04-11Fix an off-by-one error. Also, SETFRAGMENT ignores the high bit; from NetBSD.Aaron Campbell
2001-04-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell
2001-04-10add shutdown hook to stop the adapter completelyJason Wright
2001-04-10allow host-to-host negotiations if no gateway has been specified.Niels Provos
2001-04-10receive filter programmingJason Wright
2001-04-10Don't seg-fault on file systems that don't support cookies. Thanks toConstantine Sapuntzakis
2001-04-10Decrement open_count in netclose(); this fixes the bug which causedBrandon Creighton
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
2001-04-10This file is not welcomed here.Miod Vallat
2001-04-10Get rid of unnecessary symbols.Miod Vallat
2001-04-09- full media support (and remove all of the mii stuff... the firmware wantsJason Wright
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-04-09Add softdep.Hugh Graham
2001-04-09Honor the db_console sysctl variable, like PCVT did.Aaron Campbell
2001-04-09LFS is not an option right now.Artur Grabowski
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2001-04-09further stripping downTheo de Raadt
2001-04-09Handle more Linux ioctls; from NetBSD. ok deraadt@Thorsten Lockert
2001-04-09Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@Thorsten Lockert
2001-04-09To fit, fxp must go. SorryTheo de Raadt