]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
For every "promiscuous mode enabled" message printed for an interface,
[FreeBSD/FreeBSD.git] / sys / dev /
1999-08-30 phks/si_tty_tty/si_tty/g
1999-08-30 rogerAdd #include <sys/select.h> ready for select() support...
1999-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-30 phkMake bdev userland access work like cdev userland acces...
1999-08-29 wpaulRegenerate miidevs.h.
1999-08-29 wpaulThe ASIC on the 3c905C appears to be manufactured by...
1999-08-29 n_hibmaOnly NetBSD needs sys/device.h.
1999-08-29 n_hibmaOnly NetBSD uses sys/device.h
1999-08-29 bdeFixed printf format errors (don't assume that ntohl...
1999-08-29 bdeDon't restrict our requests for contiguous memory to...
1999-08-29 gehennao fix typo
1999-08-29 grogInitialize the si_bsize fields of the new dev structure...
1999-08-29 gehennao synchronisation with NetBSD
1999-08-28 n_hibmaCorrect URL's and change ifdef to if defined (following...
1999-08-28 n_hibmaRemove NetBSD specific code. USB part is trivial, and...
1999-08-28 phkFix various trivial warnings from LINT
1999-08-28 phkWe don't need to pass the diskname argument all over...
1999-08-28 n_hibmaThou shall do a make before commit.
1999-08-28 n_hibmaWe use device_set_desc_copy, so we do not need to free...
1999-08-28 n_hibmaShare more between FreeBSD and NetBSD
1999-08-28 n_hibmaUpdate the list of devices from NetBSD
1999-08-28 phkInitialize dev->si_bsize*, the floppy driver doesn...
1999-08-28 greenBack out the cdevsw_remove() from previous revision...
1999-08-28 greenUnevilize vn(4) somewhat:
1999-08-28 peter$Id$ -> $FreeBSD$ (some mangled and/or hidden ones)
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-27 wpaulAdd miibus drivers for the ThunderLAN internal PHY...
1999-08-27 yokota- Retain the previous vty and history buffers when...
1999-08-27 peterA few style changes (fixes hopefully) and some more...
1999-08-27 julianAdd PHK's make_dev() into more places where DEVFS used...
1999-08-27 peterDon't return 0 for an unknown ioctl (!). This was...
1999-08-26 phkInitialize the dev->si_bsize fields.
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-26 dfrFix DMA macros to work on alpha.
1999-08-26 dfrDon't schedule the next transaction if the pipe is...
1999-08-26 wpaulHandle buses with multiple PHYs correctly.
1999-08-26 grogread_drive: Remove references to vp->v_lastr, which...
1999-08-26 grogcomplete_rqe: explicitly reinitialize b.b_iodone. ...
1999-08-26 grogconfig_plex: don't allocate a rangelock struct.
1999-08-24 yokotaCorrect the mode information for the VGA mode X.
1999-08-24 grogset_sd_state: Correct the conditions for bringing up...
1999-08-24 grogLock stripes of striped and RAID-5 plexes before writin...
1999-08-24 grogAdd keywords setstate, checkparity, rebuildparity.
1999-08-24 grogAdd VINUM_SETSTATE_FORCE ioctl for diddling individual...
1999-08-24 grogformat_config: print preferred plex correctly.
1999-08-24 grogChange parameters of unlockrange to allow calling from...
1999-08-24 grogAdd declaration for vinum_setstate_by_force.
1999-08-24 groggive_sd_to_drive: If we don't have space, deallocate...
1999-08-24 grogvinumclose: close raw plexes and subdisks.
1999-08-24 grogAdd support for logging subdisk I/O.
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-24 bdeCast pointers to uintptr_t instead of casting them...
1999-08-23 n_hibmaReset the UHCI controller when the device comes back...
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-23 bdeUse devtoname() to print dev_t's instead of casting...
1999-08-23 kato- Make binary size smaller.
1999-08-23 peterDisable some apparently stray debug printfs:
1999-08-23 phkFix the breakage caused by hanging softc off dev_t...
1999-08-22 yokota- Remove cdevsw entry points in individual keyboard...
1999-08-22 yokotaImprove the detection code for GlidePoint. This is...
1999-08-22 wpaulCrap, I knew I was going to forget something: add missi...
1999-08-21 msmithClean up after removing sys/eventhandler.h from sys...
1999-08-21 billfAdd missing include.
1999-08-21 wpaulThis commit adds support for the NetBSD MII abstraction...
1999-08-21 msmithImplement a new generic mechanism for attaching handler...
1999-08-20 julianFirst small steps at merging DEVFS and PHK's Dev_t...
1999-08-20 mdoddFix stupid error (xse -> xsc).
1999-08-20 mdoddSet ifp->if_init to the right function.
1999-08-19 peterReplace the tulip_delay_300ns() with a DELAY(1). Hamme...
1999-08-18 mdoddMake these actually compile. I got a little delete...
1999-08-18 phkAdd pin-numbers for easy reference.
1999-08-18 nsayerprintf("%x",dev); -> printf("%s",devtoname(dev));
1999-08-18 n_hibma1) rename dev->self to be consistent
1999-08-18 mdoddSIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
1999-08-17 billfWrap two declarations that are only used in an #ifdef...
1999-08-17 billfWelcome devtoname(), to most likely be used when printi...
1999-08-17 yokotaRecognize Interlink VersaPad. `Tap' action will be...
1999-08-17 n_hibma- Added documentation
1999-08-16 gibbsDifferentiate between aic7895C chips and their earlier...
1999-08-16 gibbsAdd support for issuing immediate notify event ccbs...
1999-08-16 gibbsKill an unused INTSTAT type.
1999-08-16 gibbsFix a few compiler nits.
1999-08-16 mjacobClarify and cleanup some CAM queueing breakages.
1999-08-16 mjacobadd in SIMQFRZ_TIMED && CMD_RQLATER defines
1999-08-16 mjacobadd in new ICB structure variant (for 2200)
1999-08-16 mjacobClarify lun limits for FC && SCSI.
1999-08-16 mjacobMore code cleanup. Go back to using FULL_LOGIN Fibre...
1999-08-16 mjacobSet some correct return values. Prefer I/O map all...
1999-08-16 grogfree_drive: mark drive down. This may fix a panic...
1999-08-16 grogClean up some comments.
1999-08-16 gibbsFix a long standing bug in the auto-termination control...
1999-08-16 gibbsProperly set the alignment argument to bus_dma_tag_crea...
1999-08-15 yokotaCorrectly save `flags' bits.
1999-08-15 grogAdd note that a change needs backing out.
1999-08-15 grogEnsure that we can't create two different drives on...
1999-08-15 grogAdd 'initialized' state for subdisks. After initializi...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 wpaulMinor glitch in ti_newbuf_jumbo(): m_adj() was being...
1999-08-14 phkSpring cleaning around strategy and disklabels/slices:
next